DATE_FORMAT, DEFAULT_DESTINATION, DEFAULT_SUCCESSOR, DESTINATION_URI, IMMUTABLE_SERVICEMANAGER_HOME_PAGE, JSP_CALENDAR_FEATURES, JSP_COMMERCE_CALENDAR_FEATURES, JSP_PORTALS_BASE_DIRECTORY, JSP_TOOLS_ADMIN_HOME, JSP_TOOLS_BASE_DIRECTORY, JSP_TOOLS_DOC_RTR, JSP_TOOLS_GUIDE_FEATURES, JSP_TOOLS_PROPERTYMGMT_ADMIN_HOME, JSP_TOOLS_USERMGMT_ADMIN_HOME, JSP_TOOLS_UTIL_DIRECTORY, P13N_CACHED_REQUEST, P13N_CACHED_SESSION, REPOSITORY_DIR, SERVICEMANAGER_COOKIE_TIMEOUT, SERVICEMANAGER_CURRENT_PAGE, SERVICEMANAGER_HOME_PAGE, SERVICEMANAGER_LOGGED_IN, SERVICEMANAGER_OVERRIDE_BOOK, SERVICEMANAGER_SESSION_TIMEOUT, SERVICEMANAGER_SUCCESSOR, SERVICEMANAGER_USER, SERVLET_CONFIG, TRAFFIC_URI, TRANSACTION_SERVICE, TRANSACTION_TIMEOUT, USER_TRANS_TIMEOUT, WORKING_DIR,
|
Method Summary |
static void |
checkAccess()
Verifies that the correct licensing arrangement is in place
for Portal Framework operation. |
static PortalManager |
getPortalManager()
Retrieves a com.beasys.commerce.portal.PortalManager instance. |
static PortalManager |
getPortalManager(javax.servlet.http.HttpServletRequest aRequest)
|
static boolean |
validSession(javax.servlet.http.HttpServletRequest aRequest)
Checks to see if the session has all of the valid values for portal run-time. |
| Methods inherited from class com.beasys.commerce.axiom.jsp.JspHelper |
decode, encode, findCookie, getCookieTimeout, getCookieValue, getDefaultDestination, getDefaultSuccessor, getDequalifiedSessionValues, getLoggedIn, getRepositoryDirectory, getServletConfig, getSessionValue, getSessionValue, getSessionValues, getSessionValues, getTrafficURI, getTrafficURINoContext, getWorkingDirectory, isWar, putSessionValue, putSessionValue, qualifiedName, removeSessionValue, setCookie, setSessionValue,
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalAdminHelper
public PortalAdminHelper()
validSession
public static boolean validSession(javax.servlet.http.HttpServletRequest aRequest)
- Checks to see if the session has all of the valid values for portal run-time.
Also checks to see the session has timed out.
- Parameters:
the - javax.servlet.http.HttpServletRequest from which
the session is retreived- Returns:
boolean whether the session is valid
getPortalManager
public static PortalManager getPortalManager(javax.servlet.http.HttpServletRequest aRequest)
throws java.rmi.RemoteException,
PortalCreateException,
PortalException
getPortalManager
public static PortalManager getPortalManager()
throws java.rmi.RemoteException,
PortalCreateException,
PortalException
- Retrieves a
com.beasys.commerce.portal.PortalManager instance.
- Returns:
PortalManager a new PortalManager- Throws:
java.rmi.RemoteException - a remote connection failurePortalCreateException - failure to create the PortalManagerPortalException - general Portal Framework problem
checkAccess
public static final void checkAccess()
- Verifies that the correct licensing arrangement is in place
for Portal Framework operation. Causes a
System.exit() if
the license is not found, or is not properly provisioned. Logs failure
reason.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved
| |