| 
 | Oracle Fusion Middleware Oracle WebLogic Server Administration Console API Reference 11g Release 1 (10.3.6) Part Number E13944-05 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 HttpServletRequestfor anActionFormthat contains a handle object whoseObjectTypeproperty
 contains the specified value. | 
| static Handle | HandleUtils.getHandleContextFromForm(ActionForm actionForm,
                         String objectType)Searches in the HttpSessionfor anActionFormthat contains a handle object whoseObjectTypeproperty
 contains the specified value. | 
| static Handle | HandleUtils.getHandleContextFromRequest(HttpServletRequest request,
                            String objectType)Searches in the HttpServletRequestfor the
 most recent handle object whoseObjectTypeproperty
 contains the specified value. | 
| static Handle | HandleUtils.getHandleContextFromSession(HttpServletRequest request,
                            String objectType)Searches in the session for the most recent handle object whose ObjectTypeproperty
 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 11g Release 1 (10.3.6) Part Number E13944-05 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||