|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.netuix.servlets.manager.AppContext
The AppContext is created once per request and provides convenience methods for
application-wide request-scoped parameters.
| Method Summary | |
static AppContext |
getAppContext(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? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean isDotPortal()
Is this portal a .portal file or was it assembled from the datebase?
public static AppContext getAppContext(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.
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||