org.apache.jetspeed.container.url
Interface BasePortalURL
- All Known Implementing Classes:
- BasePortalURLImpl
public interface BasePortalURL
BasePortalURL defines the interface for manipulating Base URLs in a portal.
Base URLs contain the isSecure flag, server name, server port, and server scheme.
This abstraction was necessary for wiring the entire portal's base URL via another
mechanism than retrieving from the servlet request.
- Version:
- $Id: $
- Author:
- David Sean Taylor
isSecure
boolean isSecure()
setSecure
void setSecure(boolean secure)
getServerName
java.lang.String getServerName()
setServerName
void setServerName(java.lang.String serverName)
getServerPort
int getServerPort()
setServerPort
void setServerPort(int serverPort)
getServerScheme
java.lang.String getServerScheme()
setServerScheme
void setServerScheme(java.lang.String serverScheme)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.