Uses of Interface
org.apache.wiki.api.core.Command
| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.api.core |
JSPWiki's central API.
|
| org.apache.wiki.api.spi |
JSPWiki's SPI package.
|
| org.apache.wiki.spi | |
| org.apache.wiki.ui |
Java classes for management of the JSP user interface.
|
-
Uses of Command in org.apache.wiki
Classes in org.apache.wiki that implement Command Modifier and Type Class Description classWikiContextProvides state information throughout the processing of a page.Methods in org.apache.wiki that return Command Modifier and Type Method Description protected static CommandWikiContext. findCommand(Engine engine, javax.servlet.http.HttpServletRequest request, Page page)Looks up and returns a PageCommand based on a supplied WikiPage and HTTP request.CommandWikiContext. getCommand()Returns the Command associated with this WikiContext.CommandWikiContext. targetedCommand(java.lang.Object target)Associates a target with the current Command and returns the new targeted Command.Constructors in org.apache.wiki with parameters of type Command Constructor Description WikiContext(Engine engine, javax.servlet.http.HttpServletRequest request, Command command)Creates a new WikiContext for the given Engine, Command and HttpServletRequest. -
Uses of Command in org.apache.wiki.api.core
Subinterfaces of Command in org.apache.wiki.api.core Modifier and Type Interface Description interfaceContextProvides state information throughout the processing of a page.Methods in org.apache.wiki.api.core that return Command Modifier and Type Method Description CommandContext. getCommand()Returns the Command associated with this Context.CommandCommand. targetedCommand(java.lang.Object target)Creates and returns a targeted Command by combining a target, such as a WikiPage or GroupPrincipal into the existing Command. -
Uses of Command in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi with parameters of type Command Modifier and Type Method Description ContextContextDSL. create(Engine engine, javax.servlet.http.HttpServletRequest request, Command command)Creates a new Context for the given Engine, Command and HttpServletRequest.ContextContextSPI. create(Engine engine, javax.servlet.http.HttpServletRequest request, Command command)Creates a new Context for the given Engine, Command and HttpServletRequest. -
Uses of Command in org.apache.wiki.spi
-
Uses of Command in org.apache.wiki.ui
Classes in org.apache.wiki.ui that implement Command Modifier and Type Class Description classAbstractCommandAbstract, immutable Command implementation class.classGroupCommandDefines Commands for viewing, editing and deleting wiki groups.classPageCommandDefines Commands for editing, renaming, and viewing wiki pages.classRedirectCommandDefines Commands for redirections to off-site special pages.classWikiCommandDefines Commands for wiki-wide operations such as creating groups, editing preferences and profiles, and logging in/out.Fields in org.apache.wiki.ui declared as Command Modifier and Type Field Description static CommandWikiCommand. ADMINstatic CommandPageCommand. ATTACHstatic CommandPageCommand. COMMENTstatic CommandPageCommand. CONFLICTstatic CommandWikiCommand. CREATE_GROUPstatic CommandPageCommand. DELETEstatic CommandGroupCommand. DELETE_GROUPGroupCommand for deleting a group.static CommandPageCommand. DIFFstatic CommandPageCommand. EDITstatic CommandGroupCommand. EDIT_GROUPGroupCommand for editing a group.static CommandWikiCommand. ERRORstatic CommandWikiCommand. FINDstatic CommandPageCommand. INFOstatic CommandWikiCommand. INSTALLstatic CommandWikiCommand. LOGINstatic CommandWikiCommand. LOGOUTstatic CommandWikiCommand. MESSAGEstatic CommandPageCommand. NONEstatic CommandPageCommand. OTHERstatic CommandWikiCommand. PREFSstatic CommandPageCommand. PREVIEWstatic CommandRedirectCommand. REDIRECTstatic CommandPageCommand. RENAMEstatic CommandPageCommand. RSSstatic CommandPageCommand. UPLOADstatic CommandPageCommand. VIEWstatic CommandGroupCommand. VIEW_GROUPGroupCommand for viewing a group.static CommandWikiCommand. WORKFLOWMethods in org.apache.wiki.ui that return Command Modifier and Type Method Description protected CommandDefaultCommandResolver. extractCommandFromPath(javax.servlet.http.HttpServletRequest request)Extracts a Command based on the JSP path of an HTTP request.static CommandCommandResolver. findCommand(java.lang.String context)Attempts to locate a wiki command for a supplied request context.CommandCommandResolver. findCommand(javax.servlet.http.HttpServletRequest request, java.lang.String defaultContext)Attempts to locate a Command for a supplied wiki context and HTTP request, incorporating the correct WikiPage into the command if required.CommandDefaultCommandResolver. findCommand(javax.servlet.http.HttpServletRequest request, java.lang.String defaultContext)Attempts to locate a Command for a supplied wiki context and HTTP request, incorporating the correct WikiPage into the command if required.static Command[]AllCommands. get()Returns a defensively-created array of all static Commands.abstract CommandAbstractCommand. targetedCommand(java.lang.Object target)CommandGroupCommand. targetedCommand(java.lang.Object target)Creates and returns a targeted Command by combining a GroupPrincipal with this Command.CommandPageCommand. targetedCommand(java.lang.Object target)Creates and returns a targeted Command by combining a WikiPage with this Command.CommandRedirectCommand. targetedCommand(java.lang.Object target)Creates and returns a targeted Command by combining a URL (as String) with this Command.CommandWikiCommand. targetedCommand(java.lang.Object target)Creates and returns a targeted Command by combining a wiki (a String) with this Command.