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
public abstract class AbstractRepeatPlugin extends AbstractPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringBEGINprotected static StringCOUNTprotected static StringENDprotected static StringEVENprotected static StringFIRSTprotected static StringINDEXprotected static StringLASTprotected static StringMIDDLEprotected static StringODDprotected static StringSTEP-
Fields inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
name, priority
-
-
Constructor Summary
Constructors Constructor Description AbstractRepeatPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MapLiteralbuildStatusObj(String indexVar, String sizeVar)-
Methods inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
compareTo, decodeVariableName, name, priority
-
-
-
-
Field Detail
-
INDEX
protected static final String INDEX
- See Also:
- Constant Field Values
-
COUNT
protected static final String COUNT
- See Also:
- Constant Field Values
-
FIRST
protected static final String FIRST
- See Also:
- Constant Field Values
-
MIDDLE
protected static final String MIDDLE
- See Also:
- Constant Field Values
-
LAST
protected static final String LAST
- See Also:
- Constant Field Values
-
ODD
protected static final String ODD
- See Also:
- Constant Field Values
-
EVEN
protected static final String EVEN
- See Also:
- Constant Field Values
-
BEGIN
protected static final String BEGIN
- See Also:
- Constant Field Values
-
STEP
protected static final String STEP
- See Also:
- Constant Field Values
-
END
protected static final String END
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildStatusObj
protected MapLiteral buildStatusObj(String indexVar, String sizeVar)
-
-