| java.lang.Object org.apache.jetspeed.layout.impl.BasePortletAction
All known Subclasses: org.apache.jetspeed.layout.impl.MultipleAction, org.apache.jetspeed.layout.impl.RemovePortletAction, org.apache.jetspeed.layout.impl.ChangePortletAction, org.apache.jetspeed.layout.impl.GetPortletActionsAction, org.apache.jetspeed.layout.impl.SecurityPermissionAction, org.apache.jetspeed.layout.impl.GetThemesAction, org.apache.jetspeed.layout.impl.GetPagesAction, org.apache.jetspeed.layout.impl.GetMenuAction, org.apache.jetspeed.layout.impl.BaseGetResourceAction, org.apache.jetspeed.layout.impl.GetMenusAction, org.apache.jetspeed.layout.impl.MovePortletAction, org.apache.jetspeed.layout.impl.BaseSiteUpdateAction, org.apache.jetspeed.layout.impl.SecurityConstraintsAction, org.apache.jetspeed.layout.impl.GetPortletsAction,
Method Summary | |
public boolean | buildContext(RequestContext requestContext, Map responseContext) | public boolean | buildErrorContext(RequestContext requestContext, Map responseContext) | public boolean | checkAccess(RequestContext context, String action) | public boolean | createNewPageOnEdit(RequestContext context) | public String | getActionParameter(RequestContext requestContext, String name) | public String | getErrorTemplate() | public Fragment | getFragmentIdFromLocation(int row, int column, Page page) | public Fragment | getFragmentIdFromLocation(int row, int column, Fragment parentFragment) | public String | getNonNullActionParameter(RequestContext requestContext, String name) | public Fragment | getParentFragmentById(String id, Fragment root) | public String | getTemplate() | public boolean | isCreateNewPageOnEditEnabled() | public boolean | isPageQualifiedForCreateNewPageOnEdit(RequestContext context) | public boolean | runBatch(RequestContext requestContext, Map resultMap) |
log | final protected static Log log(Code) | | |
getFragmentIdFromLocation | public Fragment getFragmentIdFromLocation(int row, int column, Page page)(Code) | | |
getFragmentIdFromLocation | public Fragment getFragmentIdFromLocation(int row, int column, Fragment parentFragment)(Code) | | |
isCreateNewPageOnEditEnabled | public boolean isCreateNewPageOnEditEnabled()(Code) | | |
isPageQualifiedForCreateNewPageOnEdit | public boolean isPageQualifiedForCreateNewPageOnEdit(RequestContext context)(Code) | | |
|
|