org.apache.myfaces.examples.example1
Class UCaseForm

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

public class UCaseForm
extends java.lang.Object
implements java.io.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
 java.lang.String getText()
           
 java.lang.String jumpHome()
          Test method for method binding.
 void lowercase()
           
 void setText(java.lang.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 java.lang.String getText()

setText

public void setText(java.lang.String text)

jumpHome

public java.lang.String jumpHome()
Test method for method binding.



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