Package com.adobe.cq.sightly
Class WCMResourceOptions
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
The
WCMResourceOptions class is designed as a helper class for storing options used for including resources into Sightly
scripts through data-sly-resource.
This class is not meant to be extended.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCssClassName(String cssClassName) voidsetOptionDecoration(boolean decoration) voidsetOptionDecorationTagName(String decorationTagName) voidsetWcmMode(String wcmMode) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
OPTION_WCMMODE
- See Also:
-
OPTION_DECORATION_TAG_NAME
- See Also:
-
OPTION_DECORATION
- See Also:
-
OPTION_CSS_CLASS
- See Also:
-
-
Constructor Details
-
WCMResourceOptions
public WCMResourceOptions()
-
-
Method Details
-
getWCMMode
-
getDecorationTagName
-
getCssClassName
-
getDecoration
public boolean getDecoration() -
setOptionDecoration
public void setOptionDecoration(boolean decoration) -
setOptionDecorationTagName
-
setCssClassName
-
setWcmMode
-