org.apache.velocity.test.util.introspection
Class ChainedUberspectorsTestCase.Foo

java.lang.Object
  extended by org.apache.velocity.test.util.introspection.ChainedUberspectorsTestCase.Foo
Enclosing class:
ChainedUberspectorsTestCase

public static class ChainedUberspectorsTestCase.Foo
extends Object


Constructor Summary
ChainedUberspectorsTestCase.Foo()
           
 
Method Summary
 String getBar()
           
 void setBar(String s)
           
 String zeMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedUberspectorsTestCase.Foo

public ChainedUberspectorsTestCase.Foo()
Method Detail

zeMethod

public String zeMethod()

getBar

public String getBar()

setBar

public void setBar(String s)


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