|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.springframework.web.servlet.mvc.multiaction.MultiActionController
org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController
public final class ManageRegisteredServicesMultiActionController
MultiActionController to handle the deletion of RegisteredServices as well as displaying them on the Manage Services page.
| Field Summary |
|---|
| Fields inherited from class org.springframework.web.servlet.mvc.multiaction.MultiActionController |
|---|
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger |
| 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 | |
|---|---|
ManageRegisteredServicesMultiActionController(ServicesManager servicesManager,
java.lang.String defaultServiceUrl)
Constructor that takes the required ServicesManager. |
|
| Method Summary | |
|---|---|
org.springframework.web.servlet.ModelAndView |
deleteRegisteredService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Method to delete the RegisteredService by its ID. |
org.springframework.web.servlet.ModelAndView |
manage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Method to show the RegisteredServices. |
| Methods inherited from class org.springframework.web.servlet.mvc.multiaction.MultiActionController |
|---|
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializer |
| 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, initApplicationContext, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManageRegisteredServicesMultiActionController(ServicesManager servicesManager,
java.lang.String defaultServiceUrl)
ServicesManager.
servicesManager - the Services Manager that manages the
RegisteredServices.defaultServiceUrl - the service management tool's url.| Method Detail |
|---|
public org.springframework.web.servlet.ModelAndView deleteRegisteredService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - the HttpServletRequestresponse - the HttpServletResponse
public org.springframework.web.servlet.ModelAndView manage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - the HttpServletRequestresponse - the HttpServletResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||