| java.lang.Object org.apache.jetspeed.layout.impl.BasePortletAction org.apache.jetspeed.layout.impl.MultipleAction
MultipleAction | public class MultipleAction extends BasePortletAction implements AjaxAction,AjaxBuilder,BeanFactoryAware(Code) | | author: David Gurney author: The purpose of this object is to run several AJAX actions and aggregate the author: results into a single response. This is useful when the client needs to make author: more than one call as the result of a single user action. author: The sample request URL is shown below: author: http://host:port/ajaxapi?action=multiple&commands=(action;name,value;name,value)(action;name,value) author: The constructor accepts a map of the actions that are available to be run. author: The name,value pairs are parameter values needed by the action. The actions author: are run in the order that they are found on the URL string |
BUILD_RESULTS | final protected static String BUILD_RESULTS(Code) | | |
COMMAND_TOKEN | final protected static String COMMAND_TOKEN(Code) | | |
MULTIPLE_ACTION_PROCESSOR | final protected static String MULTIPLE_ACTION_PROCESSOR(Code) | | |
m_oVelocityEngine | protected VelocityEngine m_oVelocityEngine(Code) | | |
setBeanFactory | public void setBeanFactory(BeanFactory beanFactory) throws BeansException(Code) | | |
Methods inherited from org.apache.jetspeed.layout.impl.BasePortletAction | public boolean buildContext(RequestContext requestContext, Map responseContext)(Code)(Java Doc) public boolean buildErrorContext(RequestContext requestContext, Map responseContext)(Code)(Java Doc) public boolean checkAccess(RequestContext context, String action)(Code)(Java Doc) public boolean createNewPageOnEdit(RequestContext context)(Code)(Java Doc) public String getActionParameter(RequestContext requestContext, String name)(Code)(Java Doc) public String getErrorTemplate()(Code)(Java Doc) public Fragment getFragmentIdFromLocation(int row, int column, Page page)(Code)(Java Doc) public Fragment getFragmentIdFromLocation(int row, int column, Fragment parentFragment)(Code)(Java Doc) public String getNonNullActionParameter(RequestContext requestContext, String name)(Code)(Java Doc) public Fragment getParentFragmentById(String id, Fragment root)(Code)(Java Doc) public String getTemplate()(Code)(Java Doc) public boolean isCreateNewPageOnEditEnabled()(Code)(Java Doc) public boolean isPageQualifiedForCreateNewPageOnEdit(RequestContext context)(Code)(Java Doc) public boolean runBatch(RequestContext requestContext, Map resultMap) throws AJAXException(Code)(Java Doc)
|
|
|