org.apache.jetspeed.layout
Interface PortletActionSecurityBehavior
public interface PortletActionSecurityBehavior
Abstracted behavior of security checks for portlet actions
- Version:
- $Id: $
- Author:
- David Sean Taylor
checkAccess
boolean checkAccess(RequestContext context,
String action)
isCreateNewPageOnEditEnabled
boolean isCreateNewPageOnEditEnabled()
isPageQualifiedForCreateNewPageOnEdit
boolean isPageQualifiedForCreateNewPageOnEdit(RequestContext context)
createNewPageOnEdit
boolean createNewPageOnEdit(RequestContext context)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.