Oracle Fusion Middleware
Oracle WebLogic Server Administration Console API Reference
11g Release 1 (10.3.3)

Part Number E13944-02

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

Packages that use Handle
com.bea.console.utils   
 

Uses of Handle in com.bea.console.utils
 

Methods in com.bea.console.utils that return Handle
static Handle HandleUtils.getHandleContext(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(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.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 Administration Console API Reference
11g Release 1 (10.3.3)

Part Number E13944-02