Class AbstractRepeatPlugin
java.lang.Object
org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
org.apache.sling.scripting.sightly.impl.plugin.AbstractRepeatPlugin
- All Implemented Interfaces:
Comparable<Plugin>
,Plugin
- Direct Known Subclasses:
ListPlugin
,RepeatPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
Fields inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
name, priority
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MapLiteral
buildStatusObj
(String indexVar, String sizeVar) Methods inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
compareTo, decodeVariableName, name, priority
-
Field Details
-
INDEX
- See Also:
-
COUNT
- See Also:
-
FIRST
- See Also:
-
MIDDLE
- See Also:
-
LAST
- See Also:
-
ODD
- See Also:
-
EVEN
- See Also:
-
BEGIN
- See Also:
-
STEP
- See Also:
-
END
- See Also:
-
-
Constructor Details
-
AbstractRepeatPlugin
public AbstractRepeatPlugin()
-
-
Method Details
-
buildStatusObj
-