Class BaseURLSourceImpl
- java.lang.Object
- 
- org.apache.tapestry5.http.internal.services.BaseURLSourceImpl
 
- 
- All Implemented Interfaces:
- BaseURLSource
 
 public class BaseURLSourceImpl extends java.lang.Object implements BaseURLSource 
- 
- 
Constructor SummaryConstructors Constructor Description BaseURLSourceImpl(Request request, java.lang.String hostname, int hostPort, int secureHostPort)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBaseURL(boolean secure)Returns the base portion of the URL, before the context path and servlet path are appended.
 
- 
- 
- 
Method Detail- 
getBaseURLpublic java.lang.String getBaseURL(boolean secure) Description copied from interface:BaseURLSourceReturns the base portion of the URL, before the context path and servlet path are appended. The return value should not end with a slash; it should end after the host name, or after the port number. The context path, servlet path, and path info will be appended to the returned value.- Specified by:
- getBaseURLin interface- BaseURLSource
- Parameters:
- secure- whether a secure "https" or insecure "http" base URL should be returned
- Returns:
- the base URL ready for additional extensions
 
 
- 
 
-