| Class | Description |
|---|---|
| AbstractCachedUrlTransformationEngine |
Class description goes HERE
|
| AddContextPathUrlTransformer |
Class description goes HERE
|
| AddDebugParamUrlTransformer |
Class description goes HERE
|
| AddPrefixAndSuffixUrlTransformer |
Class description goes HERE
|
| AddSchemeAndDomainAndServerPortUrlTransformer |
Prepends to a context relative url the schema, domain and port (if different than 80 and 443 in case of https) to
URL, normally to get a
full url, e.g., /webapp/servlet/a => http://domain.com:8080/webapp/servlet/a
|
| AddServletPathUrlTransformer |
Class description goes HERE
|
| ContentBundleShortToLongUrlTransformer |
This transformer is similar to
ShortToLongUrlTransformer, but also looks in a content bundle for an
item name (long name) that can be mapped to the short name. |
| ExtractRequestAttributesUrlTransformer |
Extracts a request attribute from the URL, and finally removes it from the URL.
|
| LongToShortUrlTransformer |
Class description goes HERE
|
| RemovePrefixAndSuffixUrlTransformer |
Class description goes HERE
|
| ReplacePatternAllUrlTransformer |
Class description goes HERE
|
| ReplacePatternFirstUrlTransformer |
Class description goes HERE
|
| ReplaceSubstringUrlTransformer |
Class description goes HERE
|
| ShortToLongUrlTransformer |
Class description goes HERE
|
| UrlTransformationEngineImpl |
Class description goes HERE
|
| UrlTransformerPipeline |
UrlTransformer implementation that basically is a collection of other transformers. |
Copyright © 2020 CrafterCMS. All rights reserved.