Package tomp.ext.servlet

Interface Summary
UserInfo Interface UserInfo is a very simple representation of a user being logging into the system.
 

Class Summary
AdminLoggedAction Class AdminLoggedAction is an action created and run when the administrator logs in.
AdvancedServletApplication Class AdvancedServletApplication is an exntesion of the simple ServletApplication.
EndApplicationAction Class EndApplicationAction is an extension of the RequestAction.
EXTServlet Abstract class EXTServlet is an extension of the HttpServlet.
RequestAction Class RequestAction is an extension of the simple ServletAction.
ServletAction Class ServletAction is an abstract extension of the basic abstract Action.
ServletApplication Class ServletApplication is an extension of the simple Application.
ServletSource Class ServletSource is an implementation of the Source interface, providing access to the objects available in the servlet.
ServletSourceBuilder Class serving as tree builder for those EXT ServletSources that need it.
StartApplicationAction Class StartApplicationAction is an exntesion of the simple ServletAction.
StartSessionAction Class StartSessionAction is an extension of the simple ServletAction.
Transformation2Response Transformation2Response class does a XSLT transformation of provided Source via specified Style to the HttpServletResponse.getOutputStream() output stream.
UserLoggedAction Class UserLoggedAction is an extension of the RequestAction.