Package org.objectweb.telosys.rpl

Class Summary
ElementClassResolver Set of utility methods to retrieve the Java class of a ScreenData element
GenericResponse The abstract/generic response class used as super class for "Screen Service Response" and "Screen Action Response"
ScreenElementProvider Utility class to provides ScreenData elements instances
ScreenRequest Request object for a Screen Action Request
It contains all informations sent by the client side,
the request is built by parsing the XML input flow.
ScreenRequestParameters Parameters embeded in a ScreenRequest (parameters sent by a 'screen action')
or parameters received in events 'eventCreate' or 'eventReuse'
ScreenRequestProcessor Set of methods used by the front servlet to process an "ACTION" Request
ScreenRequestServlet Front servlet for ACTIONS requests
Can be called only with "POST" http method
ScreenRequestView View generated by a screen action mapped with a container widget
Hold the association between the "view name" and the "renderer" that must be used to generate the view
ScreenResponse The response object populated by a "Screen Action"
ServiceServlet Front servlet for service request
Can be called via "GET" and "POST" http methods
TelosysRPL Telosys RPL (Request Processing Layer) manager