sample.contact
Class AdminPermissionController
java.lang.Object
sample.contact.AdminPermissionController
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.web.servlet.mvc.Controller
public class AdminPermissionController
- extends Object
- implements org.springframework.web.servlet.mvc.Controller, org.springframework.beans.factory.InitializingBean
Controller for "administer" index page.
- Version:
- $Id: AdminPermissionController.java 1754 2006-11-17 02:01:21Z benalex $
- Author:
- Ben Alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminPermissionController
public AdminPermissionController()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
- Throws:
javax.servlet.ServletException
IOException
setAclService
public void setAclService(AclService aclService)
setContactManager
public void setContactManager(ContactManager contact)
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.