org.apache.myfaces.examples.example1
Class UCaseForm

java.lang.Object
  extended by org.apache.myfaces.examples.example1.UCaseForm
All Implemented Interfaces:
Serializable

public class UCaseForm
extends Object
implements Serializable

DOCUMENT ME!

Version:
$Revision: 472610 $ $Date: 2006-11-08 14:46:34 -0500 (Wed, 08 Nov 2006) $
Author:
Manfred Geiler
See Also:
Serialized Form

Constructor Summary
UCaseForm()
           
 
Method Summary
 String getText()
           
 String jumpHome()
          Test method for method binding.
 void lowercase()
           
 void setText(String text)
           
 void uppercase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UCaseForm

public UCaseForm()
Method Detail

uppercase

public void uppercase()

lowercase

public void lowercase()

getText

public String getText()

setText

public void setText(String text)

jumpHome

public String jumpHome()
Test method for method binding.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.