© 2005 BEA Systems, Inc.

com.bea.netuix.servlets.manager
Class AppContext

java.lang.Object
  extended bycom.bea.netuix.servlets.manager.AppContext
All Implemented Interfaces:
Serializable

public class AppContext
extends Object
implements Serializable

The AppContext is created once per request and provides convenience methods for application-wide request-scoped parameters.

See Also:
Serialized Form

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

getAppContext

public static AppContext getAppContext(HttpServletRequest request)
Returns the AppContext associated with the current request. If no such AppContext exists, this method creates a new one and associates it with the current request.

Returns:
application context

isDotPortal

public boolean isDotPortal()

Is this portal a .portal file or was it assembled from the datebase?

Returns:
true is this portal is a .portal file

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved