|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCRValueProvider
Method Summary | |
---|---|
void |
detach()
Method for detaching the jcr node. |
void |
flush()
Flushes all fetched data kept in instance variables |
javax.jcr.Node |
getJcrNode()
returns the Node that was used to create this value provider with or null when the
node is already detached |
String |
getLocalizedName()
|
javax.jcr.Node |
getParentJcrNode()
returns the parent Node of this value provider or null when the node is detached. |
boolean |
isDetached()
Test whether the jcr node is detached or not |
boolean |
isNodeType(String nodeType)
|
Methods inherited from interface org.hippoecm.hst.provider.ValueProvider |
---|
getBoolean, getBooleans, getCanonicalPath, getDate, getDates, getDouble, getDoubles, getIdentifier, getLong, getLongs, getName, getPath, getProperties, getPropertyMap, getString, getStrings, hasProperty |
Method Detail |
---|
javax.jcr.Node getJcrNode()
Node
that was used to create this value provider with or null
when the
node is already detached
String getLocalizedName()
HippoNode.getLocalizedName()
javax.jcr.Node getParentJcrNode()
Node
of this value provider or null
when the node is detached.
If the node is the jcr rootNode, null
will be returned
null
if the node is null or there is no parentvoid detach()
boolean isDetached()
boolean isNodeType(String nodeType)
nodeType
-
void flush()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |