| Package | Description |
|---|---|
| org.craftercms.core.url.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AddContextPathUrlTransformer
Class description goes HERE
|
class |
AddDebugParamUrlTransformer
Class description goes HERE
|
class |
AddPrefixAndSuffixUrlTransformer
Class description goes HERE
|
class |
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
|
class |
AddServletPathUrlTransformer
Class description goes HERE
|
class |
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. |
class |
ExtractRequestAttributesUrlTransformer
Extracts a request attribute from the URL, and finally removes it from the URL.
|
class |
LongToShortUrlTransformer
Class description goes HERE
|
class |
RemovePrefixAndSuffixUrlTransformer
Class description goes HERE
|
class |
ReplacePatternAllUrlTransformer
Class description goes HERE
|
class |
ReplacePatternFirstUrlTransformer
Class description goes HERE
|
class |
ReplaceSubstringUrlTransformer
Class description goes HERE
|
class |
ShortToLongUrlTransformer
Class description goes HERE
|
class |
UrlTransformerPipeline
UrlTransformer implementation that basically is a collection of other transformers. |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlTransformationEngineImpl.setTransformers(Map<String,UrlTransformer> transformers) |
| Constructor and Description |
|---|
UrlTransformerPipeline(UrlTransformer... transformers) |
| Constructor and Description |
|---|
UrlTransformerPipeline(List<UrlTransformer> transformers) |
Copyright © 2018 CrafterCMS. All rights reserved.