org.apache.webbeans.sample.bean
Class EchoManaged
java.lang.Object
org.apache.webbeans.sample.bean.EchoManaged
@RequestScoped
@Named(value="echo")
public class EchoManaged
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoManaged
public EchoManaged()
getName
public String getName()
setName
public void setName(String name)
echo
public String echo()
getText
public String getText()
setText
public void setText(String text)
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.