Class AddSchemeAndDomainAndServerPortUrlTransformer

java.lang.Object
org.craftercms.core.url.impl.AddSchemeAndDomainAndServerPortUrlTransformer
All Implemented Interfaces:
UrlTransformer

public class AddSchemeAndDomainAndServerPortUrlTransformer extends Object implements UrlTransformer
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
Author:
Alfonso Vásquez