Skip navigation links
A C D E F G H I M N O P R S T W 

A

AbstractAdminController - Class in de.chandre.admintool.core.controller
general methods for admintool controllers
AbstractAdminController() - Constructor for class de.chandre.admintool.core.controller.AbstractAdminController
 
AbstractAdminToolLoader - Class in de.chandre.admintool.core
Abstract class which provides the core configuration bean and some useful methods for URI prefixes of CDN / local CSS or JS files
AbstractAdminToolLoader() - Constructor for class de.chandre.admintool.core.AbstractAdminToolLoader
 
addAdditionalCSS(String, boolean) - Method in interface de.chandre.admintool.core.component.AdminComponent
path to CSS.
addAdditionalCSS(String, boolean) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
path to CSS.
addAdditionalCSS(String, boolean) - Method in class de.chandre.admintool.core.component.MenuEntry
path to CSS.
addAdditionalJS(String, boolean) - Method in interface de.chandre.admintool.core.component.AdminComponent
path to additional JavaScript files.
addAdditionalJS(String, boolean) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
path to additional JavaScript files.
addAdditionalJS(String, boolean) - Method in class de.chandre.admintool.core.component.MenuEntry
path to additional JavaScript files.
addCommonContextVars(ModelMap, HttpServletRequest) - Method in class de.chandre.admintool.core.controller.AbstractAdminController
sets common context variables
contentPage activeMenuName activeMenu rootContext
addCommonContextVars(ModelMap, HttpServletRequest, String, String) - Method in class de.chandre.admintool.core.controller.AbstractAdminController
sets common context variables and will override the template name.
addComponent(AdminComponent) - Method in interface de.chandre.admintool.core.AdminTool
 
addComponent(AdminComponent) - Method in class de.chandre.admintool.core.AdminToolImpl
 
addComponents(Set<AdminComponent>) - Method in interface de.chandre.admintool.core.AdminTool
 
addComponents(Set<AdminComponent>) - Method in class de.chandre.admintool.core.AdminToolImpl
 
addGlobalJavaScript(String, boolean) - Method in interface de.chandre.admintool.core.AdminTool
Example:
addGlobalJavaScript("/static/myComponent/js/myScript.js", true);
addGlobalJavaScript("http://example.com/script.js", false);
addGlobalJavaScript(String, boolean) - Method in class de.chandre.admintool.core.AdminToolImpl
 
addGlobalStyleSheet(String, boolean) - Method in interface de.chandre.admintool.core.AdminTool
Example:
addGlobalStyleSheet("/static/myComponent/css/myStyles.css", true);
addGlobalStyleSheet("http://example.com/styles.css", false);
addGlobalStyleSheet(String, boolean) - Method in class de.chandre.admintool.core.AdminToolImpl
 
addMenuEntry(MenuEntry) - Method in class de.chandre.admintool.core.utils.MenuIntegrityError
 
addNotificationTemplate(String) - Method in interface de.chandre.admintool.core.component.AdminComponent
path to notification template shown in the top right menu
should start with a "li" tag. eg:
<li class="dropdown messages-menu">
addNotificationTemplate(String) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
path to notification template shown in the top right menu
should start with a "li" tag. eg:
<li class="dropdown messages-menu">
addResourceHandlers(ResourceHandlerRegistry) - Method in class de.chandre.admintool.core.CustomWebMvcAutoConfig
 
addSecurityRole(String) - Method in interface de.chandre.admintool.core.component.AdminComponent
security role like "ROLE_USER" or for anonymous "ROLE_ANONYMOUS" validated with spring security
requires: admin-tool-core-security
setting these roles will no effect on access, only for displaying or hiding menu entries
the access restrictions must be done by your own with the security configuration
addSecurityRole(String) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
addSecurityRole(String) - Method in class de.chandre.admintool.core.component.MenuEntry
 
addSubmenuEntry(MenuEntry) - Method in class de.chandre.admintool.core.component.MenuEntry
add a sub menu entry
addVariable(String, Object) - Method in class de.chandre.admintool.core.component.MenuEntry
add a additional variable for the template context
e.g.: if you want to access a self created object within the template which is not accessible via Thymeleaf bean resolution.
AdminComponent - Interface in de.chandre.admintool.core.component
A admin component
should have at least a minimum of one menu entry
AdminComponentComparator - Class in de.chandre.admintool.core.component
default comparator or ordering components against its position
AdminComponentComparator() - Constructor for class de.chandre.admintool.core.component.AdminComponentComparator
 
AdminComponentImpl - Class in de.chandre.admintool.core.component
A admin component
should have at least a minimum of one menu entry
AdminComponentImpl() - Constructor for class de.chandre.admintool.core.component.AdminComponentImpl
 
AdminRootController - Class in de.chandre.admintool.core.controller
the root admin controller serving templates generally
AdminRootController() - Constructor for class de.chandre.admintool.core.controller.AdminRootController
 
AdminTool - Interface in de.chandre.admintool.core
AdminTool core interface to get and add components.
AdminToolConfig - Interface in de.chandre.admintool.core
configuration component for admintool
AdminToolCoreConfig - Class in de.chandre.admintool.core
configuration component for admintool
AdminToolCoreConfig() - Constructor for class de.chandre.admintool.core.AdminToolCoreConfig
 
AdminToolImpl - Class in de.chandre.admintool.core
the admin tool
create a new AdminComponent and use AdminTool.addComponent(AdminComponent) to get it displayed
AdminToolImpl() - Constructor for class de.chandre.admintool.core.AdminToolImpl
 
AdminToolInitializer - Class in de.chandre.admintool.core
adds the global common configuration of CSS and JS to adminTool
AdminToolInitializer() - Constructor for class de.chandre.admintool.core.AdminToolInitializer
 
AdminToolIntegrityUtil - Class in de.chandre.admintool.core.utils
Util for integrity check for components and menu entries
AdminToolIntegrityUtil() - Constructor for class de.chandre.admintool.core.utils.AdminToolIntegrityUtil
 
AdminToolMenuUtils - Class in de.chandre.admintool.core.utils
Utils for displaying MenuEntries in a correct way
AdminToolMenuUtils() - Constructor for class de.chandre.admintool.core.utils.AdminToolMenuUtils
 

C

checkMenuIntegrity() - Method in class de.chandre.admintool.core.utils.AdminToolIntegrityUtil
checks for integrity errors
checkMenuIntegrityAndPrintLog() - Method in class de.chandre.admintool.core.utils.AdminToolIntegrityUtil
 
clearCache() - Method in class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
clears the cache of found template urls
clearCache() - Method in class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderTemplateResolver
clears the cache of found template urls
compare(AdminComponent, AdminComponent) - Method in class de.chandre.admintool.core.component.AdminComponentComparator
 
compare(String, String) - Method in class de.chandre.admintool.core.thymeleaf.TemplateUrlComparator
 
compareTo(AdminComponent) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
compares the displayName
coreConfig - Variable in class de.chandre.admintool.core.AbstractAdminToolLoader
 
CustomWebMvcAutoConfig - Class in de.chandre.admintool.core
 
CustomWebMvcAutoConfig() - Constructor for class de.chandre.admintool.core.CustomWebMvcAutoConfig
 

D

de.chandre.admintool.core - package de.chandre.admintool.core
 
de.chandre.admintool.core.component - package de.chandre.admintool.core.component
 
de.chandre.admintool.core.controller - package de.chandre.admintool.core.controller
 
de.chandre.admintool.core.thymeleaf - package de.chandre.admintool.core.thymeleaf
 
de.chandre.admintool.core.utils - package de.chandre.admintool.core.utils
 
DEFAULT_PREFIX - Static variable in class de.chandre.admintool.core.thymeleaf.ThymeleafResolverExtension
 
DEFAULT_SUFFIX - Static variable in class de.chandre.admintool.core.thymeleaf.ThymeleafResolverExtension
 

E

ExceptionUtils - Class in de.chandre.admintool.core.utils
 
extension() - Method in class de.chandre.admintool.core.thymeleaf.ThymeleafResolverExtension
 

F

flattened() - Method in class de.chandre.admintool.core.component.MenuEntry
 

G

GENERIC_ERROR_TPL_PATH - Static variable in interface de.chandre.admintool.core.AdminTool
path to default error template: admintool/content/error
getAdditionalCSS() - Method in interface de.chandre.admintool.core.component.AdminComponent
 
getAdditionalCSS() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
getAdditionalCSS() - Method in class de.chandre.admintool.core.component.MenuEntry
 
getAdditionalCSSReverse() - Method in class de.chandre.admintool.core.component.MenuEntry
returns all additional js from this to upper menu item hierarchy beginning with the root.
getAdditionalJS() - Method in interface de.chandre.admintool.core.component.AdminComponent
 
getAdditionalJS() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
getAdditionalJS() - Method in class de.chandre.admintool.core.component.MenuEntry
 
getAdditionalJSReverse() - Method in class de.chandre.admintool.core.component.MenuEntry
returns all additional js from this to upper menu item hierarchy beginning with the root.
getAdminLTECdnVersion() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
the version to use of adminLTE in CDN of http://www.webjars.org/
getAdminLTEjqueryPath() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
relative path to jquery within adminLTE package
getAdminLTEPrefixUri() - Method in class de.chandre.admintool.core.AbstractAdminToolLoader
 
getAffectedSecurityRoles() - Method in class de.chandre.admintool.core.component.MenuEntry
the effective roles reverse recursive to component if not set at this object or anywhere within the tree
first menu entry or component with roles will return it.
getBreadcrumb(MenuEntry, String) - Method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
return
getBreadcrumbList(MenuEntry) - Method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
returns a linked list of reverse resolution o menu structure
getComponent() - Method in class de.chandre.admintool.core.MenuEntrySearchResult
 
getComponents() - Method in interface de.chandre.admintool.core.AdminTool
 
getComponents() - Method in class de.chandre.admintool.core.AdminToolImpl
 
getComponents() - Method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
collects the components from adminTool
getDisplayName() - Method in interface de.chandre.admintool.core.component.AdminComponent
 
getDisplayName() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
getDisplayName() - Method in class de.chandre.admintool.core.component.MenuEntry
display name shown in the menu
getError() - Method in class de.chandre.admintool.core.utils.MenuIntegrityError
 
getErrorMsgKey() - Method in class de.chandre.admintool.core.utils.MenuIntegrityError
 
getFontAwsomeCdnVersion() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
the version to use of fontAwsome in CDN of http://www.webjars.org/
getGlobalJavaScripts() - Method in interface de.chandre.admintool.core.AdminTool
A map with script url as key and a boolean if it's a relative url
Example:
getGlobalJavaScripts().put("/static/myComponent/js/myScript.js", true);
getGlobalJavaScripts().put("http://example.com/script.js", false);
getGlobalJavaScripts() - Method in class de.chandre.admintool.core.AdminToolImpl
 
getGlobalStyleSheets() - Method in interface de.chandre.admintool.core.AdminTool
A map with css url as key and a boolean if it's a relative url Example:
getGlobalStyleSheets().put("/static/myComponent/css/myStyles.css", true);
getGlobalStyleSheets().put("http://example.com/styles.css", false);
getGlobalStyleSheets() - Method in class de.chandre.admintool.core.AdminToolImpl
 
getIonIconsCdnVersion() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
getJqueryPath() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
Path (relative to own project or URL to CDN) for jQuery.
getListItemClass(MenuEntry, MenuEntry) - Method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
checks #isActiveInMenuTree(String, MenuEntry) and if the actualEntry has sub entries and returns the html class name
getMainMenu() - Method in interface de.chandre.admintool.core.component.AdminComponent
 
getMainMenu() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
getMenuEntries() - Method in class de.chandre.admintool.core.utils.MenuIntegrityError
the menu entries causing this error
getMenuEntry() - Method in class de.chandre.admintool.core.MenuEntrySearchResult
 
getMenuName(HttpServletRequest, String) - Method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
retuns the menu name for given requestUrl or the overrideName if set.
getName() - Method in class de.chandre.admintool.core.component.MenuEntry
the link mapping
getName() - Method in class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
 
getNotificationTemplates() - Method in interface de.chandre.admintool.core.component.AdminComponent
 
getNotificationTemplates() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
getParent() - Method in class de.chandre.admintool.core.component.MenuEntry
the parent entry or null if root
getPosition() - Method in interface de.chandre.admintool.core.component.AdminComponent
position of component in menu.
getPosition() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
getReference() - Method in class de.chandre.admintool.core.utils.MenuIntegrityError
reference menu entry object to which the error belongs to
getResouceMessageKey() - Method in class de.chandre.admintool.core.component.MenuEntry
not implemented
getResourceAsStream(TemplateProcessingParameters, String) - Method in class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
 
getResourceAsStream(String) - Method in class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
loads the input stream of an url
getRootContext(HttpServletRequest) - Method in class de.chandre.admintool.core.controller.AbstractAdminController
returns the root context path for admintool
/<web-app-context>/AdminTool.ROOTCONTEXT
getSecurityRoles() - Method in interface de.chandre.admintool.core.component.AdminComponent
should return a list of roles which should be able to access this component
getSecurityRoles() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
getSecurityRoles() - Method in class de.chandre.admintool.core.component.MenuEntry
 
getStripRootContext() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
a string value which is being removed from root context URI
getSubmenu() - Method in class de.chandre.admintool.core.component.MenuEntry
list of sub menu entries.
getTarget() - Method in class de.chandre.admintool.core.component.MenuEntry
relative path to target template
getVariable(String) - Method in class de.chandre.admintool.core.component.MenuEntry
returns the menu variable by key
getVariables() - Method in class de.chandre.admintool.core.component.MenuEntry
returns the variables map
getWebjarsBowerPrefixUri() - Method in class de.chandre.admintool.core.AbstractAdminToolLoader
 
getWebjarsPrefixUri(boolean) - Method in class de.chandre.admintool.core.AbstractAdminToolLoader
getWebjarsPrefixUri() - Method in class de.chandre.admintool.core.AbstractAdminToolLoader
 

H

handleException(Exception, HttpServletRequest) - Method in class de.chandre.admintool.core.controller.AdminRootController
 
hasMenuEntry(AdminComponent, MenuEntry) - Method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
checks if the activeMenue is part of given component
hasMenuIntegrityErrors() - Method in class de.chandre.admintool.core.utils.AdminToolIntegrityUtil
checks for integrity errors

I

init() - Method in class de.chandre.admintool.core.AdminToolInitializer
 
isActiveInMenuTree(MenuEntry, MenuEntry) - Method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
checks if actualEntry contains the activeMenuName in entry itself and its sub entries
isEmpty() - Method in class de.chandre.admintool.core.utils.MenuIntegrityError
 
isEnabled() - Method in interface de.chandre.admintool.core.AdminToolConfig
should return if component is active or deactivated
isEnabled() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
isFontAwsomeCdnUseBower() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
isHide() - Method in class de.chandre.admintool.core.component.MenuEntry
if set to true this menu entry will be hidden, but still requestable
isIonIconsCdnUseBower() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
isShowStacktraceOnErrorPage() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
isUseCCSHierarchy() - Method in class de.chandre.admintool.core.component.MenuEntry
 
isUseCDNs() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
if set to false webJars included in in packaging will be used. useful for workplaces with not Internet access
isUseJSHierarchy() - Method in class de.chandre.admintool.core.component.MenuEntry
 

M

MenuEntry - Class in de.chandre.admintool.core.component
Menu entry for left main menu
displayName is required on every item, name and target only if entry has no submenu
MenuEntry() - Constructor for class de.chandre.admintool.core.component.MenuEntry
 
MenuEntry(String, String, String) - Constructor for class de.chandre.admintool.core.component.MenuEntry
 
MenuEntry(String, String, String, Set<String>) - Constructor for class de.chandre.admintool.core.component.MenuEntry
 
MenuEntrySearchResult - Class in de.chandre.admintool.core
 
MenuEntrySearchResult(AdminComponent, MenuEntry) - Constructor for class de.chandre.admintool.core.MenuEntrySearchResult
 
MenuIntegrityError - Class in de.chandre.admintool.core.utils
error class used by AdminToolIntegrityUtil if integrity errors have been found
MenuIntegrityError(String, String, MenuEntry) - Constructor for class de.chandre.admintool.core.utils.MenuIntegrityError
 
MSG_KEY_COMPONENT_NO_MAINMENU - Static variable in class de.chandre.admintool.core.utils.AdminToolIntegrityUtil
 
MSG_KEY_DUPLICATE_LINK - Static variable in class de.chandre.admintool.core.utils.AdminToolIntegrityUtil
 
MSG_KEY_DUPLICATE_TPL_REF - Static variable in class de.chandre.admintool.core.utils.AdminToolIntegrityUtil
 

N

NAME - Static variable in class de.chandre.admintool.core.MenuEntrySearchResult
 
NAME - Static variable in class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
 
normalizeTarget(String) - Static method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
 

O

OrderedClassLoaderResourceResolver - Class in de.chandre.admintool.core.thymeleaf
Custom URL resource resolver used by template resolver using a comparator optionally
OrderedClassLoaderResourceResolver() - Constructor for class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
no special comparator (TreeSet is used) and found template urls are getting cached
OrderedClassLoaderResourceResolver(Comparator<String>) - Constructor for class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
custom comparator and found template urls are getting cached
OrderedClassLoaderResourceResolver(Comparator<String>, boolean) - Constructor for class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderResourceResolver
custom comparator and cached control of found template urls could be determined
deactivating the cache has a minimal performance impact (in range of milliseconds), but of course it depends on how often a template was overwritten and how the comparator works.
OrderedClassLoaderTemplateResolver - Class in de.chandre.admintool.core.thymeleaf
Custom template resolver used to get the correct template
If using the default constructor the TemplateUrlComparator will be used to sort the templates within OrderedClassLoaderResourceResolver after searching them in the classpath.
OrderedClassLoaderTemplateResolver() - Constructor for class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderTemplateResolver
constructor using TemplateUrlComparator and enabled caching
OrderedClassLoaderTemplateResolver(Comparator<String>) - Constructor for class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderTemplateResolver
constructor with custom comparator and enabled caching
OrderedClassLoaderTemplateResolver(Comparator<String>, boolean) - Constructor for class de.chandre.admintool.core.thymeleaf.OrderedClassLoaderTemplateResolver
constructor with custom comparator and option for cache control

P

printConfig() - Method in interface de.chandre.admintool.core.AdminToolConfig
should print the configuration to log
printConfig() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
printException(Throwable) - Static method in class de.chandre.admintool.core.utils.ExceptionUtils
prints a exception into a string

R

RegexUtil - Class in de.chandre.admintool.core.utils
util for regular expressions
resolveLocale(String, HttpServletRequest, HttpServletResponse) - Method in class de.chandre.admintool.core.controller.AbstractAdminController
manually resolve of locale ... to request. useful for path variables
resolveLocale(Locale, HttpServletRequest, HttpServletResponse) - Method in class de.chandre.admintool.core.controller.AbstractAdminController
manually resolve of locale ... to request. useful for path variables
reverseFlattened() - Method in class de.chandre.admintool.core.component.MenuEntry
 
ROOTCONTEXT - Static variable in interface de.chandre.admintool.core.AdminTool
root context path with a leading slash
ROOTCONTEXT_NAME - Static variable in interface de.chandre.admintool.core.AdminTool
name of admintool.

S

searchComponent(String) - Method in interface de.chandre.admintool.core.AdminTool
searches for a menuEntry with specified name
searchComponent(String) - Method in class de.chandre.admintool.core.AdminToolImpl
 
setAdditionalCSS(Map<String, Boolean>) - Method in interface de.chandre.admintool.core.component.AdminComponent
map with paths to CSS.
setAdditionalCSS(Map<String, Boolean>) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
map with paths to CSS.
setAdditionalCSS(Map<String, Boolean>) - Method in class de.chandre.admintool.core.component.MenuEntry
map with paths to CSS.
setAdditionalJS(Map<String, Boolean>) - Method in interface de.chandre.admintool.core.component.AdminComponent
map with path to additional JavaScript files.
setAdditionalJS(Map<String, Boolean>) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
map with path to additional JavaScript files.
setAdditionalJS(Map<String, Boolean>) - Method in class de.chandre.admintool.core.component.MenuEntry
map with path to additional JavaScript files.
setAdminLTECdnVersion(String) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
the version to use of adminLTE in CDN of http://www.webjars.org/
setAdminLTEjqueryPath(String) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
relative path to jquery within adminLTE package
setComponentComparator(Comparator<AdminComponent>) - Method in interface de.chandre.admintool.core.AdminTool
to set a custom comparator for ordering components.
setComponentComparator(Comparator<AdminComponent>) - Method in class de.chandre.admintool.core.AdminToolImpl
 
setComponents(Set<AdminComponent>) - Method in class de.chandre.admintool.core.AdminToolImpl
 
setDisplayName(String) - Method in interface de.chandre.admintool.core.component.AdminComponent
 
setDisplayName(String) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
setDisplayName(String) - Method in class de.chandre.admintool.core.component.MenuEntry
display name shown in the menu
setFontAwsomeCdnUseBower(boolean) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
setFontAwsomeCdnVersion(String) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
the version to use of fontAwsome in CDN of http://www.webjars.org/
setGlobalJavaScripts(Map<String, Boolean>) - Method in class de.chandre.admintool.core.AdminToolImpl
 
setGlobalStyleSheet(Map<String, Boolean>) - Method in class de.chandre.admintool.core.AdminToolImpl
 
setHide(boolean) - Method in class de.chandre.admintool.core.component.MenuEntry
if set to true this menu entry will be hidden, but still requestable
setIonIconsCdnUseBower(boolean) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
setIonIconsCdnVersion(String) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
setJqueryPath(String) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
Path (relative to own project or URL to CDN) for jQuery.
setMainMenu(MenuEntry) - Method in interface de.chandre.admintool.core.component.AdminComponent
 
setMainMenu(MenuEntry) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
setName(String) - Method in class de.chandre.admintool.core.component.MenuEntry
the link mapping
setNotificationTemplates(List<String>) - Method in interface de.chandre.admintool.core.component.AdminComponent
path to notification template shown in the top right menu
should start with a "li" tag. eg:
<li class="dropdown messages-menu">
setNotificationTemplates(List<String>) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
path to notification template shown in the top right menu
should start with a "li" tag. eg:
<li class="dropdown messages-menu">
setParent(MenuEntry) - Method in class de.chandre.admintool.core.component.MenuEntry
the parent entry or null if root
setPosition(Integer) - Method in interface de.chandre.admintool.core.component.AdminComponent
position of component in menu.
setPosition(Integer) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
setResouceMessageKey(String) - Method in class de.chandre.admintool.core.component.MenuEntry
not implemented
setSecurityRoles(Set<String>) - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
setSecurityRoles(Set<String>) - Method in class de.chandre.admintool.core.component.MenuEntry
 
setShowStacktraceOnErrorPage(boolean) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
setStripRootContext(String) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
a string value which is being removed from root context URI
setSubmenu(List<MenuEntry>) - Method in class de.chandre.admintool.core.component.MenuEntry
list of sub menu entries.
setTarget(String) - Method in class de.chandre.admintool.core.component.MenuEntry
relative path to target template using Thymeleaf default resolve mechanism.
setUseCCSHierarchy(boolean) - Method in class de.chandre.admintool.core.component.MenuEntry
if this is set to true all css links up to root are collected and used.
setUseCDNs(boolean) - Method in class de.chandre.admintool.core.AdminToolCoreConfig
if set to false webJars included in in packaging will be used. useful for workplaces with not Internet access
setUseJSHierarchy(boolean) - Method in class de.chandre.admintool.core.component.MenuEntry
if this is set to true all css links up to root are collected and used.
setVariables(Map<String, Object>) - Method in class de.chandre.admintool.core.component.MenuEntry
additional variables for the template context e.g.: if you want to access a self created object within the template which is not accessible via Thymeleaf bean resolution.
shouldCDNsUsed() - Method in class de.chandre.admintool.core.AbstractAdminToolLoader
 
SLASH - Static variable in interface de.chandre.admintool.core.AdminTool
just a slash
startPage(ModelMap, HttpServletRequest) - Method in class de.chandre.admintool.core.controller.AdminRootController
 
subPage(ModelMap, HttpServletRequest) - Method in class de.chandre.admintool.core.controller.AdminRootController
 
subPageLang(ModelMap, String, HttpServletRequest, HttpServletResponse) - Method in class de.chandre.admintool.core.controller.AdminRootController
 

T

TemplateUrlComparator - Class in de.chandre.admintool.core.thymeleaf
Comparator expects the full url path of template
Templates found in core will have the lowest order
TemplateUrlComparator() - Constructor for class de.chandre.admintool.core.thymeleaf.TemplateUrlComparator
 
ThymeleafResolverExtension - Class in de.chandre.admintool.core.thymeleaf
Configuration for custom template resolver using the spring configuration attributes but with highest order in time of creation
ThymeleafResolverExtension() - Constructor for class de.chandre.admintool.core.thymeleaf.ThymeleafResolverExtension
 
toListReversed() - Static method in class de.chandre.admintool.core.utils.AdminToolMenuUtils
reverse collector
toString() - Method in class de.chandre.admintool.core.AdminToolCoreConfig
 
toString() - Method in class de.chandre.admintool.core.AdminToolImpl
 
toString() - Method in class de.chandre.admintool.core.component.AdminComponentImpl
 
toString() - Method in class de.chandre.admintool.core.component.MenuEntry
 
toString() - Method in class de.chandre.admintool.core.thymeleaf.ThymeleafResolverExtension
 

W

WEBJARS_CDN_PREFIX - Static variable in interface de.chandre.admintool.core.AdminToolConfig
 
WEBJARS_CDN_PREFIX_BOWER - Static variable in interface de.chandre.admintool.core.AdminToolConfig
 
WEBJARS_LOCAL_PREFIX - Static variable in interface de.chandre.admintool.core.AdminToolConfig
 
wildcardToRegex(String) - Static method in class de.chandre.admintool.core.utils.RegexUtil
transforms a wildcard to an regex
A C D E F G H I M N O P R S T W 
Skip navigation links

Copyright © 2016–2017. All rights reserved.