org.apache.shale.examples.test.tiger
Class Annotated

java.lang.Object
  extended by org.apache.shale.examples.test.tiger.Annotated

public class Annotated
extends Object

View Controller class for /standard.jsp. This class uses Tiger Extensions annotations, so it should receive lifecycle callbacks equivalent to a class that implements ViewController.


Constructor Summary
Annotated()
           
 
Method Summary
 int getDestroyCalled()
           
 int getInitCalled()
           
 int getPreprocessCalled()
           
 int getPrerenderCalled()
           
 void myDestroy()
           
 void myInit()
           
 void myPreprocess()
           
 void myPrerender()
           
 String resubmit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotated

public Annotated()
Method Detail

getInitCalled

public int getInitCalled()

getPreprocessCalled

public int getPreprocessCalled()

getPrerenderCalled

public int getPrerenderCalled()

getDestroyCalled

public int getDestroyCalled()

myInit

public void myInit()

myPreprocess

public void myPreprocess()

myPrerender

public void myPrerender()

myDestroy

public void myDestroy()

resubmit

public String resubmit()


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.