Uses of Interface
org.apache.wiki.api.core.Command
Packages that use Command
Package
Description
JSPWiki's central API.
JSPWiki's SPI package.
-
Uses of Command in org.apache.wiki.api.core
Subinterfaces of Command in org.apache.wiki.api.coreModifier and TypeInterfaceDescriptioninterface
Provides 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.