Uses of Class
com.blackrook.small.exception.request.NoViewDriverException

Packages that use NoViewDriverException
Package
Description
Contains utility functions and classes.
  • Uses of NoViewDriverException in com.blackrook.small.util

    Modifier and Type
    Method
    Description
    static 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.