Package toolbox.web.template

Package class diagram package toolbox.web.template
Provides convenience classes that can be used in conjunction with the FreeMarker wrapper servlet of the toolbox.web package.

See:
          Description

Class Summary
BaseSelectOptions Base template helper class to generate HTML select options.
DoBase64 Template helper to perform base64 encoding and decoding.
GetBundle Template helper return the named bundle for the given locale properties
GetSystemTime Template helper to return the current system time as a java.util.Date instance.
GetToken Template helper to generate unique tokens for use in server side tests to ensure that duplicate form submissions do not occur.
HttpServletRequestTm Template model for HttpServletRequest.
HttpSessionTm Template model for HttpSession.
ServletContextTm Template model for ServletContext.
 

Package toolbox.web.template Description

Provides convenience classes that can be used in conjunction with the FreeMarker wrapper servlet of the toolbox.web package.