nl.gx.webmanager.authorization.maintenancepanel.impl
Class AuthorizationMaintenancePanelController

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.context.support.WebApplicationObjectSupport
          extended by org.springframework.web.servlet.support.WebContentGenerator
              extended by org.springframework.web.servlet.mvc.AbstractController
                  extended by org.springframework.web.servlet.mvc.BaseCommandController
                      extended by org.springframework.web.servlet.mvc.AbstractFormController
                          extended by org.springframework.web.servlet.mvc.SimpleFormController
                              extended by nl.gx.webmanager.springmvc.controller.BaseWebmanagerController
                                  extended by nl.gx.webmanager.springmvc.controller.component.ComponentController
                                      extended by nl.gx.webmanager.springmvc.controller.component.PanelComponentController
                                          extended by nl.gx.webmanager.authorization.maintenancepanel.impl.AuthorizationMaintenancePanelController
All Implemented Interfaces:
DelegatedController, ComponentAware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.mvc.Controller

public class AuthorizationMaintenancePanelController
extends PanelComponentController


Field Summary
static java.lang.String AUTHORIZATION_IMPORT_USERS
           
static java.lang.String AUTHORIZATION_MAINTAIN_ROLES
           
static java.lang.String AUTHORIZATION_MAINTAIN_USERS
           
 
Fields inherited from class nl.gx.webmanager.springmvc.controller.component.PanelComponentController
COMMAND_OBJECT_KEY, PANEL_ID_KEY, PANEL_TAB_ID_KEY, WEB_ID_KEY
 
Fields inherited from class nl.gx.webmanager.springmvc.controller.BaseWebmanagerController
formBackingObject, PROTOCOL_PROCESSED_KEY
 
Fields inherited from class org.springframework.web.servlet.mvc.BaseCommandController
DEFAULT_COMMAND_NAME
 
Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator
METHOD_GET, METHOD_HEAD, METHOD_POST
 
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport
logger
 
Constructor Summary
AuthorizationMaintenancePanelController()
           
 
Method Summary
 void initializeTabSet(javax.servlet.http.HttpServletRequest request, PanelBase panel)
          Override this method to define the tabset
 
Methods inherited from class nl.gx.webmanager.springmvc.controller.component.PanelComponentController
addTab, addTab, createEditViews, formBackingObject, getEditView, getStatefulTabController, onBind, onSubmit, referenceData, setSingleTab, showForm
 
Methods inherited from class nl.gx.webmanager.springmvc.controller.component.ComponentController
addEditView, addEditView, createResourceBaseNames, getBundleDefinitionId, getComponent, getParentController, onSubmit, onSubmit, onSubmit, referenceData, setBundleDefinitionId, setComponent, setDelegatedControllers, setParentController
 
Methods inherited from class nl.gx.webmanager.springmvc.controller.BaseWebmanagerController
addControllerDelegation, addDisallowedField, addEditView, addEditViews, addResourceBaseName, addValidator, getControllerDelegationMap, getEditContext, getEditLanguageLabel, getEditViewByValue, getEditViews, getPresentationContext, getResourceBaseNames, getServletContextHack, getVersion, getWebsite, getWebsiteByRequest, getWmSession, initBinder, initialize, isReloadWebManager, onBindAndValidate, popNestedPath, pushNestedPath, removeControllerDelegation, setReloadWebManager, showForm
 
Methods inherited from class org.springframework.web.servlet.mvc.SimpleFormController
doSubmitAction, getFormView, getSuccessView, isFormChangeRequest, isFormChangeRequest, onFormChange, onFormChange, processFormSubmission, setFormView, setSuccessView, suppressValidation
 
Methods inherited from class org.springframework.web.servlet.mvc.AbstractFormController
currentFormObject, getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, handleInvalidSubmit, handleRequestInternal, isBindOnNewForm, isFormSubmission, isSessionForm, onBindOnNewForm, onBindOnNewForm, setBindOnNewForm, setSessionForm, showForm, showForm, showNewForm
 
Methods inherited from class org.springframework.web.servlet.mvc.BaseCommandController
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, isValidateOnBinding, onBind, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, suppressValidation, suppressValidation, useDirectFieldAccess
 
Methods inherited from class org.springframework.web.servlet.mvc.AbstractController
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
 
Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
 
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.gx.webmanager.springmvc.DelegatedController
addValidator, getControllerDelegationMap, getEditViewByValue, getResourceBaseNames, getValidators, initBinder, initialize, onBindAndValidate
 

Field Detail

AUTHORIZATION_IMPORT_USERS

public static final java.lang.String AUTHORIZATION_IMPORT_USERS
See Also:
Constant Field Values

AUTHORIZATION_MAINTAIN_ROLES

public static final java.lang.String AUTHORIZATION_MAINTAIN_ROLES
See Also:
Constant Field Values

AUTHORIZATION_MAINTAIN_USERS

public static final java.lang.String AUTHORIZATION_MAINTAIN_USERS
See Also:
Constant Field Values
Constructor Detail

AuthorizationMaintenancePanelController

public AuthorizationMaintenancePanelController()
Method Detail

initializeTabSet

public void initializeTabSet(javax.servlet.http.HttpServletRequest request,
                             PanelBase panel)
Description copied from class: PanelComponentController
Override this method to define the tabset

Specified by:
initializeTabSet in class PanelComponentController


Copyright © 2007-2011 GX Software BV. All Rights Reserved.