Uses of Class
com.blackrook.small.exception.views.ViewProcessingException
Packages that use 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
Methods in com.blackrook.small that throw ViewProcessingExceptionModifier and TypeMethodDescriptionbooleanSmallEnvironment.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
Methods in com.blackrook.small.roles that throw ViewProcessingExceptionModifier and TypeMethodDescriptionbooleanViewDriver.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
Methods in com.blackrook.small.util that throw ViewProcessingExceptionModifier and TypeMethodDescriptionstatic voidSmallUtils.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 voidSmallUtils.sendContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String attachmentFileName, Object content) Writes a content object to the client.