|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Blueprint
A Blueprint is a "node" provided by the developers that is used to create and manage channels by the ChannelManager, and is defined by the node type hst:blueprint. Please see the hst.cnd for the node type definition.
Method Summary | |
---|---|
Channel |
createChannel()
Creates a new channel with ID 'null'. |
String |
getContentRoot()
The contentRoot must start with a / and be a valid jcr path |
String |
getDescription()
|
String |
getId()
Unique id for this blueprint |
String |
getName()
The name of the blue print as provided in the property hst:name, if the property doesn't exist, the id (node name) is returned as the name. |
boolean |
hasContentPrototype()
Does the blueprint have a content prototype. |
Method Detail |
---|
String getId()
String getName()
String getDescription()
null
if the property doesn't exist.String getContentRoot()
null
if the property doesn't exist.Channel createChannel()
ChannelManager.persist(java.lang.String, org.hippoecm.hst.configuration.channel.Channel)
.
boolean hasContentPrototype()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |