All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
<R,L extends PortalURL<R,L>> L |
createURL(ResourceType<R,L> resourceType) |
<R,U extends PortalURL<R,U>> U |
createURL(ResourceType<R,U> resourceType,
R resource) |
Application |
getApplication() |
ResourceBundle |
getApplicationResourceBundle() |
ApplicationSession |
getApplicationSession() |
Object |
getAttribute(Class type) |
Object |
getAttribute(String name) |
static <T extends RequestContext> T |
getCurrentInstance() |
boolean |
getFullRender() |
Locale |
getLocale() |
abstract org.exoplatform.services.resources.Orientation |
getOrientation()
Returns the orientation for the current request.
|
RequestContext |
getParentAppRequestContext() |
String |
getRemoteUser() |
abstract String |
getRequestParameter(String name) |
abstract String[] |
getRequestParameterValues(String name) |
abstract URLBuilder<?> |
getURLBuilder() |
abstract URLFactory |
getURLFactory()
Returns the url factory associated with this context.
|
abstract UserPortal |
getUserPortal() |
Writer |
getWriter() |
boolean |
isUserInRole(String roleUser) |
abstract <R,U extends PortalURL<R,U>> U |
newURL(ResourceType<R,U> resourceType,
URLFactory urlFactory) |
void |
setAttribute(Class type,
Object value) |
void |
setAttribute(String name,
Object value) |
static void |
setCurrentInstance(RequestContext ctx) |
void |
setWriter(Writer writer) |
abstract boolean |
useAjax() |