BEA Systems, Inc.

Uses of Interface
com.bea.console.handles.Handle

Packages that use Handle
com.bea.console.handles   
com.bea.console.utils   
 

Uses of Handle in com.bea.console.handles
 

Classes in com.bea.console.handles that implement Handle
 class com.bea.console.handles.HandleImpl
           
 class JMXHandle
           Wraps a JMX ObjectName and is used to correlate an org.apache.struts.action.ActionForm bean with the MBean from which the bean has been populated.
 

Uses of Handle in com.bea.console.utils
 

Methods in com.bea.console.utils that return Handle
static Handle HandleUtils.getHandleContext(org.apache.struts.action.ActionForm actionForm, HttpServletRequest request, String objectType)
           Searches an HttpServletRequest for an ActionForm that contains a handle object whose ObjectType property contains the specified value.
static Handle HandleUtils.getHandleContextFromForm(org.apache.struts.action.ActionForm actionForm, String objectType)
           Searches in the HttpSession for an ActionForm that contains a handle object whose ObjectType property contains the specified value.
static Handle HandleUtils.getHandleContextFromRequest(HttpServletRequest request, String objectType)
           Searches in the HttpServletRequest for the most recent handle object whose ObjectType property contains the specified value.
static Handle HandleUtils.getHandleContextFromSession(HttpServletRequest request, String objectType)
           Searches in the session for the most recent handle object whose ObjectType property contains the specified value.
 

Methods in com.bea.console.utils with parameters of type Handle
static void HandleUtils.setHandleContextInSession(HttpServletRequest request, Handle handle)
          Stores the handle in the session context if it isn't already the most recent handle.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.