Oracle Fusion Middleware
Oracle WebLogic Server Administration Console API Reference
12c Release 1 (12.1.1)

Part Number E24394-01

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.setHandleContext(HttpServletRequest request, Handle handle)
          Sets the handle context to the specified handle.
static void HandleUtils.setHandleContextInRequest(HttpServletRequest request, Handle handle)
          Stores the handle as an attribute in the current request
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, 2011, 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 Administration Console API Reference
12c Release 1 (12.1.1)

Part Number E24394-01