org.apache.cocoon.faces.samples
Class Hello

java.lang.Object
  extended by org.apache.cocoon.faces.samples.Hello

public class Hello
extends Object

Hello World sample

Version:
CVS $Id: Hello.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Vadim Gritsenko

Constructor Summary
Hello()
           
 
Method Summary
 String doButton1Action()
           
 String doButton2Action()
           
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hello

public Hello()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

doButton1Action

public String doButton1Action()

doButton2Action

public String doButton2Action()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.