com.primix.tapestry.spec
Class BeanSpecification
java.lang.Object
|
+--com.primix.tapestry.spec.BeanSpecification
- public class BeanSpecification
- extends java.lang.Object
A specification of a helper bean for a component.
- Since:
- 1.0.4
- Version:
- $Id: BeanSpecification.java,v 1.3 2001/08/28 20:33:42 hship Exp $
- Author:
- Howard Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BeanSpecification
public BeanSpecification(java.lang.String className,
BeanLifecycle lifecycle)
getClassName
public java.lang.String getClassName()
getLifecycle
public BeanLifecycle getLifecycle()
addInitializer
public void addInitializer(IBeanInitializer initializer)
- Since:
- 1.0.5
getInitializers
public java.util.List getInitializers()
- Returns the
List
of IBeanInitializer
s. The caller
should not modify this value!. May return null if there
are no initializers.
- Since:
- 1.0.5
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object