public class RequestUtilities
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
RequestUtilities()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Community | 
getCommunity(javax.servlet.ServletRequest pRequest)
Returns the Community associated with the indicated request, if any. 
 | 
static Gear | 
getGear(javax.servlet.ServletRequest pRequest)
Returns the Gear associated with the indicated request, if any. 
 | 
static Page | 
getPage(javax.servlet.ServletRequest pRequest)
Returns the Page associated with the indicated request, if any. 
 | 
static Portal | 
getPortal(javax.servlet.ServletRequest pRequest)
Returns the Portal associated with the indicated request, if any. 
 | 
public static Portal getPortal(javax.servlet.ServletRequest pRequest) throws SecurityException
SecurityExceptionpublic static Community getCommunity(javax.servlet.ServletRequest pRequest) throws SecurityException
SecurityExceptionpublic static Page getPage(javax.servlet.ServletRequest pRequest) throws SecurityException
SecurityExceptionpublic static Gear getGear(javax.servlet.ServletRequest pRequest) throws SecurityException
SecurityException