| java.lang.Object org.apache.jetspeed.ajax.AjaxRequestServiceImpl
AjaxRequestServiceImpl | public class AjaxRequestServiceImpl implements AjaxRequestService(Code) | | Provides a generic way to handle a Ajax request/response. Useful for AJAX since
the processing can be broken down into actions and builders
|
AJAX_PROCESSOR | final protected static String AJAX_PROCESSOR(Code) | | |
CONTENT_TYPE | final protected static String CONTENT_TYPE(Code) | | |
DEFAULT_ERROR | final protected static String DEFAULT_ERROR(Code) | | |
URL_PARAMETER_NAME | final protected static String URL_PARAMETER_NAME(Code) | | |
log | protected Log log(Code) | | Logger
|
velocityEngine | protected VelocityEngine velocityEngine(Code) | | |
velocityEscTool | protected EscapeTool velocityEscTool(Code) | | |
AjaxRequestServiceImpl | public AjaxRequestServiceImpl(Map objects, VelocityEngine velocityEngine)(Code) | | |
AjaxRequestServiceImpl | public AjaxRequestServiceImpl(Map objects, VelocityEngine velocityEngine, String urlParameterName)(Code) | | |
getActionMap | public Map getActionMap()(Code) | | Returns the objects. |
|
|