Uses of Interface
com.opensymphony.xwork2.UnknownHandler

Packages that use UnknownHandler
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
 

Uses of UnknownHandler in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as UnknownHandler
protected  UnknownHandler DefaultActionProxy.unknownHandler
           
protected  UnknownHandler DefaultActionInvocation.unknownHandler
           
 

Methods in com.opensymphony.xwork2 with parameters of type UnknownHandler
 void DefaultActionProxy.setUnknownHandler(UnknownHandler handler)
           
 

Constructors in com.opensymphony.xwork2 with parameters of type UnknownHandler
DefaultActionInvocation(ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, Map extraContext)
           
DefaultActionInvocation(ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, Map extraContext, boolean pushAction)
           
DefaultActionInvocation(ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, Map extraContext, boolean pushAction, ActionEventListener actionEventListener)
           
 



Copyright © 2008 OpenSymphony. All Rights Reserved.