org.apache.webbeans.sample.bean
Class EchoManaged

java.lang.Object
  extended by org.apache.webbeans.sample.bean.EchoManaged

@RequestScoped
@Named(value="echo")
public class EchoManaged
extends Object


Constructor Summary
EchoManaged()
           
 
Method Summary
 String echo()
           
 String getName()
           
 String getText()
           
 void setName(String name)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoManaged

public EchoManaged()
Method Detail

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.