Package com.composum.sling.nodes.console
Class Consoles
- java.lang.Object
-
- com.composum.sling.nodes.console.Consoles
-
- All Implemented Interfaces:
HttpUtil.CachableInstance,Serializable
public class Consoles extends Object implements HttpUtil.CachableInstance
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoles.ConsoleclassConsoles.ConsoleFilter
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORIESstatic StringCONTENT_QUERY_BASEstatic StringCONTENT_QUERY_RULEstatic StringORDERstatic intORDER_DEFAULTstatic StringPN_CONSOLE_IDstatic StringPN_CONTENT_SRCstatic StringPN_DESCRIPTIONstatic StringPN_DYN_REDIRECTstatic StringPN_ICONstatic StringPN_MENUstatic StringPN_PARENT_IDstatic StringPN_PATH_CONDITIONstatic StringPN_PERM_SUPPORTstatic StringPN_PRECONDITIONstatic StringPN_SLING_REDIRECTstatic StringPN_TARGETstatic StringPN_URLstatic StringSA_INSTANCE
-
Constructor Summary
Constructors Constructor Description Consoles(@NotNull BeanContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfindConsoles(@NotNull BeanContext context, @NotNull String query)@Nullable ConsoleModelgetConsole(@NotNull BeanContext context, @NotNull String name)@Nullable Consoles.ConsolegetConsole(@NotNull String name)@NotNull Collection<ConsoleModel>getConsoles(@NotNull BeanContext context)longgetCreated()static @NotNull ConsolesgetInstance(@NotNull BeanContext context)@NotNull StringtoString(@NotNull 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
-
-
Constructor Detail
-
Consoles
public Consoles(@NotNull @NotNull BeanContext context)
-
-
Method Detail
-
getInstance
@NotNull public static @NotNull Consoles getInstance(@NotNull @NotNull BeanContext context)
-
getCreated
public long getCreated()
- Specified by:
getCreatedin interfaceHttpUtil.CachableInstance
-
getConsoles
@NotNull public @NotNull Collection<ConsoleModel> getConsoles(@NotNull @NotNull BeanContext context)
-
getConsole
@Nullable public @Nullable ConsoleModel getConsole(@NotNull @NotNull BeanContext context, @NotNull @NotNull String name)
-
getConsole
@Nullable public @Nullable Consoles.Console getConsole(@NotNull @NotNull String name)
-
findConsoles
protected void findConsoles(@NotNull @NotNull BeanContext context, @NotNull @NotNull String query)
-
toString
@NotNull public @NotNull String toString(@NotNull @NotNull BeanContext context)
-
-