org.apache.tapestry.enhance
Class GenericServiceImpl

java.lang.Object
  extended by org.apache.tapestry.enhance.GenericServiceImpl
All Implemented Interfaces:
GenericService<BasicObject>, SimpleGenericsInterface

public class GenericServiceImpl
extends Object
implements SimpleGenericsInterface


Constructor Summary
GenericServiceImpl()
           
 
Method Summary
 void doFoo(BasicObject bar)
           
 BasicObject getCurrentFoo()
           
 String getObjectName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericServiceImpl

public GenericServiceImpl()
Method Detail

getObjectName

public String getObjectName()
Specified by:
getObjectName in interface SimpleGenericsInterface

doFoo

public void doFoo(BasicObject bar)
Specified by:
doFoo in interface GenericService<BasicObject>

getCurrentFoo

public BasicObject getCurrentFoo()
Specified by:
getCurrentFoo in interface GenericService<BasicObject>


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.