public class Test extends Object implements org.apache.sling.scripting.sightly.pojo.Use
Modifier and Type | Field and Description |
---|---|
static String |
INCLUDE_CHIDLREN |
static String |
PROPERTIES |
static String |
TAG |
static String |
TEXT |
Constructor and Description |
---|
Test() |
Modifier and Type | Method and Description |
---|---|
Iterator<org.apache.sling.api.resource.Resource> |
getChildren() |
Date |
getDate() |
String |
getEndTag() |
boolean |
getIncludeChildren() |
String |
getStartTag() |
String |
getTag() |
String |
getText() |
void |
init(Bindings bindings) |
public static final String PROPERTIES
public static final String TEXT
public static final String TAG
public static final String INCLUDE_CHIDLREN
public void init(Bindings bindings)
init
in interface org.apache.sling.scripting.sightly.pojo.Use
public String getText()
public String getTag()
public String getStartTag()
public String getEndTag()
public boolean getIncludeChildren()
public Iterator<org.apache.sling.api.resource.Resource> getChildren()
public Date getDate()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.