Package org.apache.wiki.ui
Class PageCommand
java.lang.Object
org.apache.wiki.ui.AbstractCommand
org.apache.wiki.ui.PageCommand
- All Implemented Interfaces:
Command
Defines Commands for editing, renaming, and viewing wiki pages. PageCommands can be combined with WikiPages to produce targeted Commands.
- Since:
- 2.4.22
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
static final Command
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
targetedCommand
(Object target) Creates and returns a targeted Command by combining a WikiPage with this Command.Methods inherited from class org.apache.wiki.ui.AbstractCommand
getContentTemplate, getJSP, getJSPFriendlyName, getRequestContext, getTarget, getURLPattern, toString
-
Field Details
-
ATTACH
-
COMMENT
-
CONFLICT
-
DELETE
-
DIFF
-
EDIT
-
INFO
-
PREVIEW
-
RENAME
-
RSS
-
UPLOAD
-
VIEW
-
NONE
-
OTHER
-
-
Method Details
-
targetedCommand
Creates and returns a targeted Command by combining a WikiPage with this Command. The suppliedtarget
object must be non-null
and of type WikiPage.- Specified by:
targetedCommand
in interfaceCommand
- Specified by:
targetedCommand
in classAbstractCommand
- Parameters:
target
- the WikiPage to combine into the current Command- Returns:
- the new targeted command
- Throws:
IllegalArgumentException
- if the target is not of the correct type- See Also:
-
getName
- Specified by:
getName
in interfaceCommand
- Specified by:
getName
in classAbstractCommand
- See Also:
-
requiredPermission
- See Also:
-