| Interface | Description |
|---|---|
| PathConverter |
Path converters are used by the
SimpleDisplayServlet to convert friendly URL's to action URLs. |
| PathConverterManager | |
| VelocityEngineResolver |
| Class | Description |
|---|---|
| AbstractPathConverter<T extends AbstractPathConverter> | Deprecated
since 4.3.
|
| BlogPathConverter |
A Path converter that converts friendly blog path urls to a viewpage or viewblogposts action.
|
| ConvertedPath |
Encapsulates the result of a path conversion.
|
| DefaultPathConverterManager |
Default (memory-based) PathConverterManager.
|
| DefaultVelocityEngineResolver | |
| PagePathConverter |
This path converter takes a friendly page url and converts it into a viewpage action url.
|
| SimpleDisplayServlet |
This servlet uses the
PathConverterManager to convert the incoming (friendly) url into a url that maps to an
webwork action. |
| SpacePathConverter |
This path converter takes a friendly space url and converts it into a viewspace action url.
|
| UserPathConverter |
This path converter requests for a username to either their personal space (if they have one and the
viewer has permission) or their user profile.
|
| Enum | Description |
|---|---|
| PathConversionAction |
Specifies the action to take after PathConverter.getPath has been evaluated.
|
Copyright © 2003–2022 Atlassian. All rights reserved.