public class CollectionDefinitionImpl extends AttributeDefinitionImpl implements CollectionDefinition
| Constructor and Description |
|---|
CollectionDefinitionImpl(String name,
String elAttribute,
String startAtAttribute,
String initialLimitAttribute,
String limitAttribute,
boolean stampChildren,
boolean shouldSerialize,
java.util.Set<String> stampedFacets) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElAttribute() |
String |
getInitialLimitAttribute() |
String |
getLimitAttribute() |
java.util.Set<String> |
getStampedFacets()
The facets that should be stamped.
|
String |
getStartAtAttribute() |
boolean |
hasStampedChildren() |
getAttributeName, isElSupported, isEvaluated, isValidationSupported, shouldSerializeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeName, isElSupported, isEvaluated, isValidationSupported, shouldSerializepublic CollectionDefinitionImpl(String name,
String elAttribute,
String startAtAttribute,
String initialLimitAttribute,
String limitAttribute,
boolean stampChildren,
boolean shouldSerialize,
java.util.Set<String> stampedFacets)
public String getElAttribute()
getElAttribute in interface CollectionDefinitionpublic boolean hasStampedChildren()
hasStampedChildren in interface CollectionDefinitionpublic String getStartAtAttribute()
getStartAtAttribute in interface CollectionDefinitionpublic java.util.Set<String> getStampedFacets()
CollectionDefinitiongetStampedFacets in interface CollectionDefinitionpublic String getLimitAttribute()
getLimitAttribute in interface CollectionDefinitionpublic String getInitialLimitAttribute()
getInitialLimitAttribute in interface CollectionDefinition