Class Test
- java.lang.Object
-
- org.apache.sling.scripting.sightly.testing.use.Test
-
- All Implemented Interfaces:
org.apache.sling.scripting.sightly.pojo.Use
public class Test extends Object implements org.apache.sling.scripting.sightly.pojo.Use
-
-
Field Summary
Fields Modifier and Type Field Description static StringINCLUDE_CHIDLRENstatic StringPROPERTIESstatic StringTAGstatic StringTEXT
-
Constructor Summary
Constructors Constructor Description Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.apache.sling.api.resource.Resource>getChildren()DategetDate()StringgetEndTag()booleangetIncludeChildren()StringgetStartTag()StringgetTag()StringgetText()voidinit(Bindings bindings)
-
-
-
Field Detail
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
-
TAG
public static final String TAG
- See Also:
- Constant Field Values
-
INCLUDE_CHIDLREN
public static final String INCLUDE_CHIDLREN
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(Bindings bindings)
- Specified by:
initin interfaceorg.apache.sling.scripting.sightly.pojo.Use
-
getText
public String getText()
-
getTag
public String getTag()
-
getStartTag
public String getStartTag()
-
getEndTag
public String getEndTag()
-
getIncludeChildren
public boolean getIncludeChildren()
-
getChildren
public Iterator<org.apache.sling.api.resource.Resource> getChildren()
-
getDate
public Date getDate()
-
-