Package com.composum.sling.nodes.console
Class Consoles
- java.lang.Object
-
- com.composum.sling.nodes.console.Consoles
-
- All Implemented Interfaces:
com.composum.sling.core.util.HttpUtil.CachableInstance
,Serializable
public class Consoles extends Object implements com.composum.sling.core.util.HttpUtil.CachableInstance
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Consoles.Console
class
Consoles.ConsoleFilter
-
Field Summary
Fields Modifier and Type Field Description static String
CATEGORIES
static String
CONTENT_QUERY_BASE
static String
CONTENT_QUERY_RULE
static String
ORDER
static int
ORDER_DEFAULT
static String
PN_CONSOLE_ID
static String
PN_CONTENT_SRC
static String
PN_DESCRIPTION
static String
PN_DYN_REDIRECT
static String
PN_ICON
static String
PN_MENU
static String
PN_PARENT_ID
static String
PN_PATH_CONDITION
static String
PN_PERM_SUPPORT
static String
PN_PRECONDITION
static String
PN_SLING_REDIRECT
static String
PN_TARGET
static String
PN_URL
static String
SA_INSTANCE
-
Constructor Summary
Constructors Constructor Description Consoles(@NotNull com.composum.sling.core.BeanContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
findConsoles(@NotNull com.composum.sling.core.BeanContext context, @NotNull String query)
@Nullable ConsoleModel
getConsole(@NotNull com.composum.sling.core.BeanContext context, @NotNull String name)
@Nullable Consoles.Console
getConsole(@NotNull String name)
@NotNull Collection<ConsoleModel>
getConsoles(@NotNull com.composum.sling.core.BeanContext context)
long
getCreated()
static @NotNull Consoles
getInstance(@NotNull com.composum.sling.core.BeanContext context)
@NotNull String
toString(@NotNull com.composum.sling.core.BeanContext context)
-
-
-
Field Detail
-
CATEGORIES
public static final String CATEGORIES
- See Also:
- Constant Field Values
-
ORDER
public static final String ORDER
- See Also:
- Constant Field Values
-
ORDER_DEFAULT
public static final int ORDER_DEFAULT
- See Also:
- Constant Field Values
-
PN_CONSOLE_ID
public static final String PN_CONSOLE_ID
- See Also:
- Constant Field Values
-
PN_PARENT_ID
public static final String PN_PARENT_ID
- See Also:
- Constant Field Values
-
PN_SLING_REDIRECT
public static final String PN_SLING_REDIRECT
- See Also:
- Constant Field Values
-
PN_DYN_REDIRECT
public static final String PN_DYN_REDIRECT
- See Also:
- Constant Field Values
-
PN_PATH_CONDITION
public static final String PN_PATH_CONDITION
- See Also:
- Constant Field Values
-
PN_PERM_SUPPORT
public static final String PN_PERM_SUPPORT
- See Also:
- Constant Field Values
-
PN_DESCRIPTION
public static final String PN_DESCRIPTION
- See Also:
- Constant Field Values
-
PN_MENU
public static final String PN_MENU
- See Also:
- Constant Field Values
-
PN_ICON
public static final String PN_ICON
- See Also:
- Constant Field Values
-
PN_URL
public static final String PN_URL
- See Also:
- Constant Field Values
-
PN_TARGET
public static final String PN_TARGET
- See Also:
- Constant Field Values
-
PN_PRECONDITION
public static final String PN_PRECONDITION
- See Also:
- Constant Field Values
-
PN_CONTENT_SRC
public static final String PN_CONTENT_SRC
- See Also:
- Constant Field Values
-
CONTENT_QUERY_BASE
public static final String CONTENT_QUERY_BASE
- See Also:
- Constant Field Values
-
CONTENT_QUERY_RULE
public static final String CONTENT_QUERY_RULE
- See Also:
- Constant Field Values
-
SA_INSTANCE
public static final String SA_INSTANCE
-
-
Method Detail
-
getInstance
@NotNull public static @NotNull Consoles getInstance(@NotNull @NotNull com.composum.sling.core.BeanContext context)
-
getCreated
public long getCreated()
- Specified by:
getCreated
in interfacecom.composum.sling.core.util.HttpUtil.CachableInstance
-
getConsoles
@NotNull public @NotNull Collection<ConsoleModel> getConsoles(@NotNull @NotNull com.composum.sling.core.BeanContext context)
-
getConsole
@Nullable public @Nullable ConsoleModel getConsole(@NotNull @NotNull com.composum.sling.core.BeanContext context, @NotNull @NotNull String name)
-
getConsole
@Nullable public @Nullable Consoles.Console getConsole(@NotNull @NotNull String name)
-
findConsoles
protected void findConsoles(@NotNull @NotNull com.composum.sling.core.BeanContext context, @NotNull @NotNull String query)
-
toString
@NotNull public @NotNull String toString(@NotNull @NotNull com.composum.sling.core.BeanContext context)
-
-