|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.view.faces.ViewControllerCallbacks org.apache.shale.tiger.view.faces.ViewControllerCallbacks2
public class ViewControllerCallbacks2
Utility class to perform the event callbacks specified by the
ViewController
interface. This version will call through
to ViewController methods if the bean class actually implements this
interface, or ituses annotations to identify the relevant methods.
NOTE - The annotated callback methods must be public, and take no arguments. They may exist on the class of the instance being passed in, or be inherited from a superclass.
$Id: ViewControllerCallbacks2.java 465074 2006-10-17 22:05:53Z rahul $
Constructor Summary | |
---|---|
ViewControllerCallbacks2()
|
Method Summary | |
---|---|
void |
preprocess(Object instance)
Perform the preprocess callback on the specified
instance. |
void |
prerender(Object instance)
Perform the prerender callback on the specified
instance. |
Methods inherited from class org.apache.shale.view.faces.ViewControllerCallbacks |
---|
handleException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewControllerCallbacks2()
Method Detail |
---|
public void preprocess(Object instance)
Perform the preprocess
callback on the specified
instance.
preprocess
in class org.apache.shale.view.faces.ViewControllerCallbacks
instance
- Bean instance on which to perform this callbackpublic void prerender(Object instance)
Perform the prerender
callback on the specified
instance.
prerender
in class org.apache.shale.view.faces.ViewControllerCallbacks
instance
- Bean instance on which to perform this callback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |