org.hippoecm.hst.configuration.channel
Interface HstPropertyDefinition
- All Known Implementing Classes:
- AbstractHstPropertyDefinition, AnnotationHstPropertyDefinition, JcrHstPropertyDefinition
public interface HstPropertyDefinition
Definition of a Channel Property.
getValueType
HstValueType getValueType()
getName
String getName()
getDefaultValue
Object getDefaultValue()
isRequired
boolean isRequired()
getAnnotations
List<Annotation> getAnnotations()
getAnnotation
<T extends Annotation> T getAnnotation(Class<T> annotationClass)
Copyright © 2008-2012 Hippo. All Rights Reserved.