AppContext Class

com.bea.netuix.servlets.manager
AppContext Class

public class AppContext

    extends Object
    implements Serializable

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


Hierarchy
Object
  AppContext
All Implemented Interfaces

Serializable

Method Summary

public static AppContext
getAppContext(HttpServletRequest request)
Returns the AppContext associated with the current request.
public boolean
isDotPortal()

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

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Method Detail

getAppContext(HttpServletRequest) Method

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() Method

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