|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalSiteRequestContext | |
---|---|
org.apache.jetspeed.portalsite |
Uses of PortalSiteRequestContext in org.apache.jetspeed.portalsite |
---|
Methods in org.apache.jetspeed.portalsite that return PortalSiteRequestContext | |
---|---|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal)
newRequestContext - create a new request context instance with fallback and history |
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal,
boolean requestFallback)
newRequestContext - create a new request context instance with history |
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance |
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory,
boolean forceReservedVisible,
boolean forceTemplatesAccessible)
newRequestContext - create a new request context instance |
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal)
newRequestContext - create a new request context instance without profiling support with fallback and history |
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal,
boolean requestFallback)
newRequestContext - create a new request context instance without profiling support with history |
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance without profiling support |
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory,
boolean forceTemplatesAccessible)
newRequestContext - create a new request context instance without profiling support |
Methods in org.apache.jetspeed.portalsite with parameters of type PortalSiteRequestContext | |
---|---|
MenuElement |
Menu.getSelectedElement(PortalSiteRequestContext context)
getSelectedElement - return selected option or nested menu within this menu selected by the specified request context |
boolean |
MenuOption.isSelected(PortalSiteRequestContext context)
isSelected - return true if menu option is selected in the specified request context |
boolean |
Menu.isSelected(PortalSiteRequestContext context)
isSelected - return true if an option or nested menu within this menu are selected by the specified request context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |