Uses of Class
com.blackrook.small.exception.views.ViewProcessingException
Package
Description
This package contains the main classes and components that make up the main functions of the framework.
Contains objects that are stereotyped in the application by parent type.
Contains utility functions and classes.
-
Uses of ViewProcessingException in com.blackrook.small
Modifier and TypeMethodDescriptionboolean
SmallEnvironment.handleView
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object model, String viewName) Iterates through the list of views attempting to find a view handler suitable for rendering the provided view. -
Uses of ViewProcessingException in com.blackrook.small.roles
Modifier and TypeMethodDescriptionboolean
ViewDriver.handleView
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object model, String viewName) Called when a view needs to be rendered. -
Uses of ViewProcessingException in com.blackrook.small.util
Modifier and TypeMethodDescriptionstatic void
SmallUtils.handleView
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object model, String viewName) Convenience function for forwarding view handling to the Small Environment, throwing an exception if a suitable handler was not found nor invoked.static void
SmallUtils.sendContent
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String attachmentFileName, Object content) Writes a content object to the client.