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