org.hippoecm.hst.configuration.channel
Interface HstPropertyDefinition

All Known Implementing Classes:
AbstractHstPropertyDefinition, AnnotationHstPropertyDefinition, JcrHstPropertyDefinition

public interface HstPropertyDefinition

Definition of a Channel Property.


Method Summary
<T extends Annotation>
T
getAnnotation(Class<T> annotationClass)
           
 List<Annotation> getAnnotations()
           
 Object getDefaultValue()
           
 String getName()
           
 HstValueType getValueType()
           
 boolean isRequired()
           
 

Method Detail

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.