@Deprecated public class RequestListenerInterface extends Object
| Constructor and Description |
|---|
RequestListenerInterface(Class<? extends IRequestListener> listenerInterfaceClass)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestListenerInterface |
forName(String interfaceName)
Deprecated.
Looks up a request interface listener by name.
|
Class<? extends IRequestListener> |
getListenerInterfaceClass()
Deprecated.
|
String |
getName()
Deprecated.
|
static Collection<RequestListenerInterface> |
getRegisteredInterfaces()
Deprecated.
|
void |
invoke(IRequestableComponent rcomponent)
Deprecated.
Invokes a given interface on a component.
|
void |
invoke(IRequestableComponent rcomponent,
Behavior behavior)
Deprecated.
Invokes a given interface on a component's behavior.
|
boolean |
isIncludeRenderCount()
Deprecated.
|
boolean |
isRenderPageAfterInvocation()
Deprecated.
|
void |
register()
Deprecated.
Method to call to register this interface for use
|
RequestListenerInterface |
setIncludeRenderCount(boolean includeRenderCount)
Deprecated.
|
RequestListenerInterface |
setRenderPageAfterInvocation(boolean renderPageAfterInvocation)
Deprecated.
|
String |
toString()
Deprecated.
|
public RequestListenerInterface(Class<? extends IRequestListener> listenerInterfaceClass)
listenerInterfaceClass - The interface class, which must extend IRequestListener.public static RequestListenerInterface forName(String interfaceName)
interfaceName - The interface namepublic Class<? extends IRequestListener> getListenerInterfaceClass()
public RequestListenerInterface setIncludeRenderCount(boolean includeRenderCount)
includeRenderCount - public boolean isIncludeRenderCount()
public RequestListenerInterface setRenderPageAfterInvocation(boolean renderPageAfterInvocation)
renderPageAfterInvocation - public boolean isRenderPageAfterInvocation()
public final String getName()
public final void invoke(IRequestableComponent rcomponent)
rcomponent - The componentListenerInvocationNotAllowedException - when listener invocation attempted on a component that does not allow itpublic final void invoke(IRequestableComponent rcomponent, Behavior behavior)
rcomponent - The componentbehavior - ListenerInvocationNotAllowedException - when listener invocation attempted on a component that does not allow itpublic void register()
public String toString()
toString in class ObjectObject.toString()public static Collection<RequestListenerInterface> getRegisteredInterfaces()
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.