Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01

A B C D E F G H I J K L M O P R S T U V W


H

HTTP_REQUEST - Static variable in class oracle.adf.model.BindingContext
 
HTTP_RESPONSE - Static variable in class oracle.adf.model.BindingContext
 
HashMapScopeAdapter - class oracle.adf.share.HashMapScopeAdapter.
 
HashMapScopeAdapter(String, HashMap) - Constructor for class oracle.adf.share.HashMapScopeAdapter
 
handleError(PageLifecycleContext, Exception) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
handleError(PageLifecycleContext, Exception) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
 
handleEvent(PageLifecycleContext, String) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Handle an event.
handleEvent(PageLifecycleContext, String) - Method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
Handle an event. An event handler can be a method defined in a subclass of this PageLifecycle. To be recognized as an event handle the method need to have the following syntax:
 public void onEvent(LifecycleContext ctx)
 {
    // Use the following method to execute the possible
    // action binding associated with this event
    ctx.getEventActionBinding().invoke();
 }
 
Where Event is the name of the event.

An event can also be an action binding with the same name of the event present in the current binding container. In addition to the super class behavior, the event name is used as a automatic forward mechanism.

hasEnvironment() - Method in class oracle.adf.share.ADFContext
 
hasErrors(PageLifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
hasErrors(PageLifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Return true if an error occured during validation. The default implementation looks at the content of the ExceptionList of the BindingContainer to determine if an error occured.
hasSession() - Method in class oracle.adf.share.ADFContext
Checks the environment to see if this ADFContext references a native session.

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01

A B C D E F G H I J K L M O P R S T U V W


Copyright © 1997, 2005, Oracle. All rights reserved.