org.apache.webbeans.sample.decorator
Class EchoDecorator

java.lang.Object
  extended by org.apache.webbeans.sample.decorator.EchoDecorator
All Implemented Interfaces:
Echo

@Decorator
public class EchoDecorator
extends Object
implements Echo


Constructor Summary
EchoDecorator()
           
 
Method Summary
 String echo(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoDecorator

public EchoDecorator()
Method Detail

echo

public String echo(String name)
Specified by:
echo in interface Echo


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