Class TestModel
- java.lang.Object
-
- org.apache.sling.scripting.sightly.testing.models.TestModel
-
@Model(adaptables=org.apache.sling.api.resource.Resource.class) public class TestModel extends Object
-
-
Constructor Summary
Constructors Constructor Description TestModel(org.apache.sling.api.resource.Resource resource)
-
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()
-
-
-
Method Detail
-
getText
public String getText()
-
getTag
public String getTag()
-
getIncludeChildren
public boolean getIncludeChildren()
-
getStartTag
public String getStartTag()
-
getEndTag
public String getEndTag()
-
getChildren
public Iterator<org.apache.sling.api.resource.Resource> getChildren()
-
getDate
public Date getDate()
-
-