Serialized Form
|
Package org.apache.jackrabbit.taglib |
session
java.lang.String session
- Name of the scoped variable where the jcr session is stored. If not set
then JCRTagConstants.KEY_SESSION is used.
node
java.lang.String node
- JSTL expression or full path.
e.g. /mynode
or ${mynode}
traverserID
java.lang.String traverserID
- Traverser ID.
traverserParam
java.lang.String traverserParam
- Expression that affects Traverser behaviour
traverserDepth
int traverserDepth
- Traverse depth
filterID
java.lang.String filterID
- NodePredicate ID.
filterExp
java.lang.String filterExp
- Expression used by the NodePredicate to evaluate nodes. The evaluation
must return a Boolean instance.
session
java.lang.String session
- Session
item
java.lang.String item
- expression or full path.
property
java.lang.String property
- Property.
value
boolean value
- Expected evaluation result (true | false)
session
java.lang.String session
- Name of the scoped variable where the jcr session is stored.
node
java.lang.String node
- JSTL expression referencing a node or or full path.
e.g. /mynode
or ${mynode}
sortID
java.lang.String sortID
- NodeComparator ID
sortExp
java.lang.String sortExp
- Expression used by the NodeComparator to evaluate nodes.
The evaluation must return a Comparable instance.
ascending
boolean ascending
- Sort order
true / false
traverserID
java.lang.String traverserID
- Traverser ID.
traverserParam
java.lang.String traverserParam
- Parameter that affects Traverser behaviour
traverserDepth
int traverserDepth
- Traverse depth
filterID
java.lang.String filterID
- NodePredicate ID.
filterExp
java.lang.String filterExp
- Expression used by the NodePredicate to evaluate nodes. The evaluation
must return a Boolean instance.
nodes
java.util.Iterator nodes
- Children Nodes
session
java.lang.String session
- Name of the scoped variable where the jcr session is stored. If not set
then JCRTagConstants.KEY_SESSION is used.
item
java.lang.String item
- expression or full path.
property
java.lang.String property
- Property of the given node
templateEngineID
java.lang.String templateEngineID
- Template engine id
template
java.lang.String template
- Template name
session
java.lang.String session
- Name of the scoped variable where the jcr session is stored. If not set
then JCRTagConstants.KEY_SESSION is used.
node
java.lang.String node
- JSTL expression or or full path.
e.g. /mynode
or ${mynode}
sortID
java.lang.String sortID
- JNDI address where the
ItemComparator is bound.
e.g. myproperty
sortExp
java.lang.String sortExp
- Expression used by the
ItemComparator
The evaluation must return a Comparable instance.
ascending
boolean ascending
- Sort order
true / false
filterID
java.lang.String filterID
- JNDI address where the NodePredicate is bound.
filterExp
java.lang.String filterExp
- Expression used by the NodePredicate to evaluate nodes. The evaluation
must return a Boolean instance.
properties
java.util.Iterator properties
- Properties
session
java.lang.String session
- Name of the scoped variable where the jcr session is stored. If not set
then JCRTagConstants.KEY_SESSION is used.
stmt
java.lang.String stmt
- Query
lang
java.lang.String lang
- Query type ( SQL | XPATH )
nodes
java.util.Iterator nodes
- Children Nodes
session
javax.jcr.Session session
- Session instance
repositoryJNDI
java.lang.String repositoryJNDI
- Name of the jndi address of a repository other than the default.
workspace
java.lang.String workspace
- Workspace name.
var
java.lang.String var
- Name of the target page context variable where the session will be
stored.
user
java.lang.String user
- Name of the user for loggin in.
If no user is set then the request.getUserPrincipal is used.
If no user is logged in the default user is used (See config options).
password
java.lang.String password
- User's password.
Password used for creating a new JCR Session.
previousSession
java.lang.Object previousSession
- previous session. (nested sessions)
session
java.lang.String session
- Name of the scoped variable where the jcr session will be stored. If not set
then JCRTagConstants.KEY_SESSION is used.
item
java.lang.String item
- Item
property
java.lang.String property
- Property
var
java.lang.String var
- Scoped variable where the jcr Item will be stored
scope
int scope
- Scope
session
java.lang.String session
- Name of the scoped variable where the jcr session is stored. If not set
then JCRTagConstants.KEY_SESSION is used.
node
java.lang.String node
- JSTL expression or full path.
e.g. /mynode
or ${mynode}
traverserID
java.lang.String traverserID
- Traverser ID.
traverserParam
java.lang.String traverserParam
- Expression that affects Traverser behaviour
traverserDepth
int traverserDepth
- Traverse depth
filterID
java.lang.String filterID
- NodePredicate ID.
filterExp
java.lang.String filterExp
- Expression used by the NodePredicate to evaluate nodes. The evaluation
must return a Boolean instance.
calculatorID
java.lang.String calculatorID
- Storage calculator ID.
unit
int unit
- Unit.
format
java.lang.String format
- Decimal format pattern
Copyright © 2005 . All Rights Reserved.