Uses of Interface
org.craftercms.core.url.UrlTransformer
Packages that use UrlTransformer
-
Uses of UrlTransformer in org.craftercms.core.url.impl
Classes in org.craftercms.core.url.impl that implement UrlTransformerModifier and TypeClassDescriptionclassClass description goes HEREclassClass description goes HEREclassClass description goes HEREclassPrepends 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/aclassClass description goes HEREclassThis transformer is similar toShortToLongUrlTransformer, but also looks in a content bundle for an item name (long name) that can be mapped to the short name.classExtracts a request attribute from the URL, and finally removes it from the URL.classClass description goes HEREclassClass description goes HEREclassClass description goes HEREclassClass description goes HEREclassClass description goes HEREclassClass description goes HEREclassUrlTransformerimplementation that basically is a collection of other transformers.Method parameters in org.craftercms.core.url.impl with type arguments of type UrlTransformerModifier and TypeMethodDescriptionvoidUrlTransformationEngineImpl.setTransformers(Map<String, UrlTransformer> transformers) Constructors in org.craftercms.core.url.impl with parameters of type UrlTransformerConstructor parameters in org.craftercms.core.url.impl with type arguments of type UrlTransformer