Package com.composum.sling.core.security
Class SetupConfiguration.ScriptBean
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.core.security.SetupConfiguration.ScriptBean
-
- All Implemented Interfaces:
RestrictedBean,SlingBean,Comparable<SetupConfiguration.ScriptBean>
- Enclosing class:
- SetupConfiguration
public class SetupConfiguration.ScriptBean extends AbstractSlingBean implements Comparable<SetupConfiguration.ScriptBean>
-
-
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 ScriptBean(ConfigurationSet.ConfigScript script)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(@NotNull SetupConfiguration.ScriptBean other)ConfigurationSet.ConfigScriptgetScript()@NotNull StringgetScriptUrl()-
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
-
ScriptBean
public ScriptBean(ConfigurationSet.ConfigScript script)
-
-
Method Detail
-
getScriptUrl
@NotNull public @NotNull String getScriptUrl()
-
getScript
@NotNull public ConfigurationSet.ConfigScript getScript()
-
compareTo
public int compareTo(@NotNull @NotNull SetupConfiguration.ScriptBean other)- Specified by:
compareToin interfaceComparable<SetupConfiguration.ScriptBean>
-
-