Package com.composum.sling.core.security
Class SetupConfiguration.ConfigBean
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.core.security.SetupConfiguration.ConfigBean
-
- All Implemented Interfaces:
RestrictedBean
,SlingBean
,Comparable<SetupConfiguration.ConfigBean>
- Enclosing class:
- SetupConfiguration
public class SetupConfiguration.ConfigBean extends AbstractSlingBean implements Comparable<SetupConfiguration.ConfigBean>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.composum.sling.core.AbstractSlingBean
AbstractSlingBean.NodeClosure
-
-
Field Summary
-
Fields inherited from class com.composum.sling.core.AbstractSlingBean
context, queryManager, request, resolver, resource, response, session, sling
-
-
Constructor Summary
Constructors Constructor Description ConfigBean(ConfigurationSet.Configuration config, List<SetupConfiguration.ScriptBean> scripts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(@NotNull SetupConfiguration.ConfigBean other)
ConfigurationSet.Configuration
getConfig()
@NotNull List<SetupConfiguration.ScriptBean>
getScripts()
-
Methods inherited from class com.composum.sling.core.AbstractSlingBean
executeQuery, findBeans, findNodes, findNodes, findPathList, getContentResource, getDomId, getHasTitle, getId, getInherited, getInherited, getName, getNode, getParent, getParent, getPath, getPermissible, getProperty, getProperty, getQueryManager, getRequest, getResolver, getResource, getResponse, getServiceKey, getSession, getSling, getStringId, getTitle, getType, getUrl, getUsername, initialize, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
-
-
-
-
Constructor Detail
-
ConfigBean
public ConfigBean(ConfigurationSet.Configuration config, List<SetupConfiguration.ScriptBean> scripts)
-
-
Method Detail
-
getConfig
@NotNull public ConfigurationSet.Configuration getConfig()
-
getScripts
@NotNull public @NotNull List<SetupConfiguration.ScriptBean> getScripts()
-
compareTo
public int compareTo(@NotNull @NotNull SetupConfiguration.ConfigBean other)
- Specified by:
compareTo
in interfaceComparable<SetupConfiguration.ConfigBean>
-
-