Contains utility functions and classes.
-
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.