This project has retired. For details please refer to its
Attic page.
PageEditAccess (Jetspeed-2 Core API 2.1.3 API)
org.apache.jetspeed.decoration
Interface PageEditAccess
public interface PageEditAccess
PageEditAccess representing current Page edit state.
- Version:
- $Id$
- Author:
- Ate Douma
isEditAllowed
boolean isEditAllowed()
- Returns:
- true if page editing is allowed
isEditing
boolean isEditing()
- Returns:
- true if page in edit mode
setEditing
void setEditing(boolean editing)
throws SecurityException
- Switch the Page edit state.
- Parameters:
editing
- intended Page edit state
- Throws:
SecurityException
- when trying to set edit state while not allowed
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.