| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.servlets.manager.AppContext
public class AppContext
The AppContext is created once per request and provides convenience methods for
 application-wide request-scoped parameters.
| Constructor Summary | |
|---|---|
AppContext()
 | 
|
| Method Summary | |
|---|---|
static boolean | 
appContextSet(javax.servlet.http.HttpServletRequest request)
Has a portal servlet set the AppContext on this request?  | 
static AppContext | 
getAppContext(javax.servlet.http.HttpServletRequest request)
Returns the AppContext associated with the current request. | 
 boolean | 
isDotPortal()
Is this portal a .portal file or was it assembled from the datebase?  | 
static boolean | 
isPermanentDeleteAllowed(javax.servlet.http.HttpServletRequest request)
This method is used for determining if a delete button can be used to permanently delete a portlet instance from the database.  | 
 boolean | 
isStandalonePortlet()
Is the current request servicing a standalone Portlet?  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AppContext()
| Method Detail | 
|---|
public boolean isDotPortal()
public boolean isStandalonePortlet()
public static boolean isPermanentDeleteAllowed(javax.servlet.http.HttpServletRequest request)
public static AppContext getAppContext(javax.servlet.http.HttpServletRequest request)
AppContext associated with the current request.
 If no such AppContext exists, this method creates a new one and associates it
 with the current request.
public static boolean appContextSet(javax.servlet.http.HttpServletRequest request)
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||