atg.servlet
Interface AttributeFactory


public interface AttributeFactory

This interface represents an object that is able to create attributes. In general, an AttributeFactory will be registered with a MutableHttpServletRequest, and will be called only if someone requests that particular attribute. This is most often used in the case where such an attribute value is expensive to create, and not always needed.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.Object createAttributeValue()
          Constructs the value of the attribute
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

createAttributeValue

java.lang.Object createAttributeValue()
Constructs the value of the attribute