org.jplate.foundation.node.attribute
Interface AttributeFactoryIfc<A extends AttributeIfc<N,?>,N>
- Type Parameters:
A
- An implementation of AttributeIfc.N
- The name type of the attribute.
- All Superinterfaces:
- ContextFactoryIfc<A,N>, java.io.Serializable
- All Known Implementing Classes:
- DefaultAttributeFactory
public interface AttributeFactoryIfc<A extends AttributeIfc<N,?>,N>
- extends ContextFactoryIfc<A,N>
Context factory that creates implementations of AttributeIfc. The context
here is represented by the attribute's name.
Modifications:
$Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
$Revision: 479 $
$Author: sfloess $
$HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/node/attribute/AttributeFactoryIfc.java $