Uses of Interface
org.apache.wiki.api.core.Command
Packages that use Command
Package
Description
The chief package of JSPWiki.
JSPWiki's central API.
JSPWiki's SPI package.
Java classes for management of the JSP user interface.
-
Uses of Command in org.apache.wiki
Classes in org.apache.wiki that implement CommandModifier and TypeClassDescriptionclassProvides state information throughout the processing of a page.Methods in org.apache.wiki that return CommandModifier and TypeMethodDescriptionprotected 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.WikiContext.getCommand()Returns the Command associated with this WikiContext.WikiContext.targetedCommand(Object target) Associates a target with the current Command and returns the new targeted Command.Constructors in org.apache.wiki with parameters of type CommandModifierConstructorDescriptionWikiContext(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.coreModifier and TypeInterfaceDescriptioninterfaceProvides state information throughout the processing of a page.Methods in org.apache.wiki.api.core that return CommandModifier and TypeMethodDescriptionContext.getCommand()Returns the Command associated with this Context.Command.targetedCommand(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 CommandModifier and TypeMethodDescriptionCreates a new Context for the given Engine, Command and HttpServletRequest.Creates a new Context for the given Engine, Command and HttpServletRequest. -
Uses of Command in org.apache.wiki.spi
Methods in org.apache.wiki.spi with parameters of type Command -
Uses of Command in org.apache.wiki.ui
Classes in org.apache.wiki.ui that implement CommandModifier and TypeClassDescriptionclassAbstract, immutable Command implementation class.final classDefines Commands for viewing, editing and deleting wiki groups.final classDefines Commands for editing, renaming, and viewing wiki pages.final classDefines Commands for redirections to off-site special pages.final classDefines 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 CommandModifier and TypeFieldDescriptionstatic final CommandWikiCommand.ADMINstatic final CommandPageCommand.ATTACHstatic final CommandPageCommand.COMMENTstatic final CommandPageCommand.CONFLICTstatic final CommandWikiCommand.CREATE_GROUPstatic final CommandPageCommand.DELETEstatic final CommandGroupCommand.DELETE_GROUPGroupCommand for deleting a group.static final CommandPageCommand.DIFFstatic final CommandPageCommand.EDITstatic final CommandGroupCommand.EDIT_GROUPGroupCommand for editing a group.static final CommandWikiCommand.ERRORstatic final CommandWikiCommand.FINDstatic final CommandPageCommand.INFOstatic final CommandWikiCommand.INSTALLstatic final CommandWikiCommand.LOGINstatic final CommandWikiCommand.LOGOUTstatic final CommandWikiCommand.MESSAGEstatic final CommandPageCommand.NONEstatic final CommandPageCommand.OTHERstatic final CommandWikiCommand.PREFSstatic final CommandPageCommand.PREVIEWstatic final CommandRedirectCommand.REDIRECTstatic final CommandPageCommand.RENAMEstatic final CommandPageCommand.RSSstatic final CommandPageCommand.UPLOADstatic final CommandPageCommand.VIEWstatic final CommandGroupCommand.VIEW_GROUPGroupCommand for viewing a group.static final CommandWikiCommand.WORKFLOWMethods in org.apache.wiki.ui that return CommandModifier and TypeMethodDescriptionprotected CommandDefaultCommandResolver.extractCommandFromPath(javax.servlet.http.HttpServletRequest request) Extracts a Command based on the JSP path of an HTTP request.static CommandCommandResolver.findCommand(String context) Attempts to locate a wiki command for a supplied request context.CommandResolver.findCommand(javax.servlet.http.HttpServletRequest request, String defaultContext) Attempts to locate a Command for a supplied wiki context and HTTP request, incorporating the correct WikiPage into the command if required.DefaultCommandResolver.findCommand(javax.servlet.http.HttpServletRequest request, 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(Object target) GroupCommand.targetedCommand(Object target) Creates and returns a targeted Command by combining a GroupPrincipal with this Command.PageCommand.targetedCommand(Object target) Creates and returns a targeted Command by combining a WikiPage with this Command.RedirectCommand.targetedCommand(Object target) Creates and returns a targeted Command by combining a URL (as String) with this Command.WikiCommand.targetedCommand(Object target) Creates and returns a targeted Command by combining a wiki (a String) with this Command.