public interface PageEditAccess
Modifier and Type | Method and Description |
---|---|
boolean |
isEditAllowed() |
boolean |
isEditing() |
void |
setEditing(boolean editing)
Switch the Page edit state.
|
boolean isEditAllowed()
boolean isEditing()
void setEditing(boolean editing) throws SecurityException
editing
- intended Page edit stateSecurityException
- when trying to set edit state while not allowedCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.