Skip navigation links
A C E F G H I K M O P R S T U V W 

A

addErrorMessage(ErrorMessageResponse.ErrorMessage) - Method in class org.molgenis.web.ErrorMessageResponse
 
addErrorMessages(List<ErrorMessageResponse.ErrorMessage>) - Method in class org.molgenis.web.ErrorMessageResponse
 

C

containsItem(String) - Method in interface org.molgenis.web.UiMenu
 
create(String) - Static method in class org.molgenis.web.ErrorMessageResponse
 
create(String, String) - Static method in class org.molgenis.web.ErrorMessageResponse
 

E

equals(Object) - Method in class org.molgenis.web.ErrorMessageResponse
 
equals(Object) - Method in class org.molgenis.web.ErrorMessageResponse.ErrorMessage
 
ErrorMessage(String) - Constructor for class org.molgenis.web.ErrorMessageResponse.ErrorMessage
 
ErrorMessage(String, String) - Constructor for class org.molgenis.web.ErrorMessageResponse.ErrorMessage
 
ErrorMessageResponse - Class in org.molgenis.web
 
ErrorMessageResponse() - Constructor for class org.molgenis.web.ErrorMessageResponse
 
ErrorMessageResponse(ErrorMessageResponse.ErrorMessage) - Constructor for class org.molgenis.web.ErrorMessageResponse
 
ErrorMessageResponse(List<ErrorMessageResponse.ErrorMessage>) - Constructor for class org.molgenis.web.ErrorMessageResponse
 
ErrorMessageResponse.ErrorMessage - Class in org.molgenis.web
 

F

FallbackExceptionHandler - Class in org.molgenis.web.exception
 
FallbackExceptionHandler() - Constructor for class org.molgenis.web.exception.FallbackExceptionHandler
 

G

getActiveItem() - Method in interface org.molgenis.web.UiMenu
 
getBreadcrumb() - Method in interface org.molgenis.web.UiMenu
 
getCode() - Method in class org.molgenis.web.ErrorMessageResponse.ErrorMessage
 
getErrors() - Method in class org.molgenis.web.ErrorMessageResponse
 
getId() - Method in class org.molgenis.web.PluginController
Returns the unique id of the plugin
getId() - Method in interface org.molgenis.web.UiMenuItem
 
getItems() - Method in interface org.molgenis.web.UiMenu
 
getMenu() - Method in interface org.molgenis.web.Ui
Returns the main menu
getMenu(String) - Method in interface org.molgenis.web.Ui
Returns the menu with the given id
getMenuJson() - Method in interface org.molgenis.web.Ui
 
getMessage() - Method in class org.molgenis.web.ErrorMessageResponse.ErrorMessage
 
getName() - Method in interface org.molgenis.web.UiMenuItem
 
getParentMenu() - Method in interface org.molgenis.web.UiMenuItem
 
getPluginSettings() - Method in class org.molgenis.web.PluginController
Returns an entity containing settings for a plugin or null if no settings exist.
getType() - Method in interface org.molgenis.web.UiMenuItem
 
getUri() - Method in class org.molgenis.web.PluginController
Returns the base URI of the plugin
getUrl() - Method in interface org.molgenis.web.UiMenuItem
 
GlobalControllerExceptionHandler - Class in org.molgenis.web.exception
 
GlobalControllerExceptionHandler() - Constructor for class org.molgenis.web.exception.GlobalControllerExceptionHandler
 

H

handleException(Exception, HandlerMethod) - Method in class org.molgenis.web.exception.FallbackExceptionHandler
 
handleException(UnknownDataException, HandlerMethod) - Method in class org.molgenis.web.exception.GlobalControllerExceptionHandler
 
handleSpringException(Exception, HttpServletRequest) - Method in class org.molgenis.web.exception.SpringExceptionHandler
 
handleSpringException(Exception, HandlerMethod) - Method in class org.molgenis.web.exception.SpringExceptionHandler
 
hashCode() - Method in class org.molgenis.web.ErrorMessageResponse.ErrorMessage
 
hashCode() - Method in class org.molgenis.web.ErrorMessageResponse
 

I

isAuthorized() - Method in interface org.molgenis.web.UiMenuItem
 

K

KEY_APP_SETTINGS - Static variable in class org.molgenis.web.PluginAttributes
 
KEY_AUTHENTICATION_SETTINGS - Static variable in class org.molgenis.web.PluginAttributes
 
KEY_CONTEXT_URL - Static variable in class org.molgenis.web.PluginAttributes
 
KEY_ENVIRONMENT - Static variable in class org.molgenis.web.PluginAttributes
environment: development, production
KEY_I18N - Static variable in class org.molgenis.web.PluginAttributes
 
KEY_PLUGIN_SETTINGS - Static variable in class org.molgenis.web.PluginAttributes
 
KEY_RESOURCE_FINGERPRINT_REGISTRY - Static variable in class org.molgenis.web.PluginAttributes
 
KEY_THEME_FINGERPRINT_REGISTRY - Static variable in class org.molgenis.web.PluginAttributes
 

M

MolgenisLocaleResolver - Class in org.molgenis.web.i18n
Resolves the locale.
MolgenisLocaleResolver(DataService, Supplier<Locale>) - Constructor for class org.molgenis.web.i18n.MolgenisLocaleResolver
 

O

org.molgenis.web - package org.molgenis.web
 
org.molgenis.web.bootstrap - package org.molgenis.web.bootstrap
 
org.molgenis.web.exception - package org.molgenis.web.exception
 
org.molgenis.web.i18n - package org.molgenis.web.i18n
 

P

PLUGIN_URI_PREFIX - Static variable in class org.molgenis.web.PluginController
 
PluginAttributes - Class in org.molgenis.web
Model attributes used in plugin views
PluginController - Class in org.molgenis.web
Abstract base class for all MOLGENIS plugin controllers
PluginController(String) - Constructor for class org.molgenis.web.PluginController
 
PluginInterceptor - Class in org.molgenis.web
Interceptor that adds default model objects to all plugin requests that return a view.
PluginInterceptor(Ui, PermissionService) - Constructor for class org.molgenis.web.PluginInterceptor
 
PluginPopulator - Class in org.molgenis.web.bootstrap
 
PluginPopulator(DataService, PluginFactory) - Constructor for class org.molgenis.web.bootstrap.PluginPopulator
 
populate(ApplicationContext) - Method in class org.molgenis.web.bootstrap.PluginPopulator
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.molgenis.web.PluginInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.molgenis.web.PluginInterceptor
 

R

resolveLocale(HttpServletRequest) - Method in class org.molgenis.web.i18n.MolgenisLocaleResolver
 

S

setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.molgenis.web.i18n.MolgenisLocaleResolver
 
SpringExceptionHandler - Class in org.molgenis.web.exception
 
SpringExceptionHandler() - Constructor for class org.molgenis.web.exception.SpringExceptionHandler
 

T

toString() - Method in class org.molgenis.web.ErrorMessageResponse.ErrorMessage
 
toString() - Method in class org.molgenis.web.ErrorMessageResponse
 

U

Ui - Interface in org.molgenis.web
 
UiMenu - Interface in org.molgenis.web
 
UiMenuItem - Interface in org.molgenis.web
 
UiMenuItemType - Enum in org.molgenis.web
 

V

validateHandler(Object) - Method in class org.molgenis.web.PluginInterceptor
 
valueOf(String) - Static method in enum org.molgenis.web.UiMenuItemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.molgenis.web.UiMenuItemType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebL10nConfig - Class in org.molgenis.web
 
WebL10nConfig() - Constructor for class org.molgenis.web.WebL10nConfig
 
A C E F G H I K M O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.