org.hippoecm.hst.core.parameters
Annotation Type DocumentLink


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DocumentLink


Optional Element Summary
 boolean allowCreation
           
 String docLocation
           
 String docType
          Specifies the node type of the document to be searched for.
 

docType

public abstract String docType
Specifies the node type of the document to be searched for.

Returns:
the document type String
Default:
""

allowCreation

public abstract boolean allowCreation
Returns:
specifies whether to show a link to create a new document of the type as specified by the docType
Default:
false

docLocation

public abstract String docLocation
Returns:
the relative path of the folder where the document is created
Default:
""


Copyright © 2008-2012 Hippo. All Rights Reserved.