Package | Description |
---|---|
org.apache.jetspeed.portalsite |
Modifier and Type | Method and Description |
---|---|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal)
newRequestContext - create a new request context instance with fallback and history
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal,
boolean requestFallback)
newRequestContext - create a new request context instance with history
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(Map<String,ProfileLocator> requestProfileLocators,
String requestUserPrincipal,
boolean requestFallback,
boolean useHistory,
boolean forceReservedVisible,
boolean forceTemplatesAccessible)
newRequestContext - create a new request context instance
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(String requestPath,
String requestServerName,
String requestUserPrincipal)
newRequestContext - create a new request context instance without profiling
support with fallback and history
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(String requestPath,
String requestServerName,
String requestUserPrincipal,
boolean requestFallback)
newRequestContext - create a new request context instance without profiling
support with history
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(String requestPath,
String requestServerName,
String requestUserPrincipal,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance without profiling
support
|
PortalSiteRequestContext |
PortalSiteSessionContext.newRequestContext(String requestPath,
String requestServerName,
String requestUserPrincipal,
boolean requestFallback,
boolean useHistory,
boolean forceTemplatesAccessible)
newRequestContext - create a new request context instance without profiling
support
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.