Uses of Class
com.blackrook.small.exception.request.NoViewDriverException
Packages that use NoViewDriverException
-
Uses of NoViewDriverException in com.blackrook.small.util
Methods in com.blackrook.small.util that throw NoViewDriverExceptionModifier 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.