| Package | Description |
|---|---|
| org.apache.wiki.api.core |
JSPWiki's central API.
|
| org.apache.wiki.api.spi |
JSPWiki's SPI package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context
Provides state information throughout the processing of a page.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
Context.getCommand()
Returns the Command associated with this Context.
|
Command |
Context.getCommand()
Returns the Command associated with this Context.
|
Command |
Command.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.
|
Command |
Command.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.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.