com.bea.netuix.servlets.manager
Class AppContext

java.lang.Object
  extended by com.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

Constructor Summary
AppContext()
           
 
Method Summary
static boolean appContextSet(HttpServletRequest request)
          Has a portal servlet set the AppContext on this request?
 boolean isDotPortal()
          Is this portal a .portal file or was it assembled from the datebase?
 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

AppContext

public AppContext()
Method Detail

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

isStandalonePortlet

public boolean isStandalonePortlet()
Is the current request servicing a standalone Portlet?

Returns
true if this request is servicing a standalone portlet

appContextSet

public static boolean appContextSet(HttpServletRequest request)
Has a portal servlet set the AppContext on this request?



Copyright © 2006 BEA Systems, Inc. All Rights Reserved