|
Oracle
|
| |||||||||
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 HttpServletRequest for an
|
static Handle |
HandleUtils.getHandleContextFromForm(ActionForm actionForm,
String objectType)
Searches in the HttpSession for an
|
static Handle |
HandleUtils.getHandleContextFromRequest(HttpServletRequest request,
String objectType)
Searches in the HttpServletRequest for the
most recent handle object whose
|
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://edocs.bea.com/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |