com.dyuproject.demos.todolist.service
Class MainService
java.lang.Object
com.dyuproject.web.rest.service.AbstractService
com.dyuproject.demos.todolist.service.MainService
- All Implemented Interfaces:
- Service
public class MainService
- extends AbstractService
- Author:
- David Yu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainService
public MainService()
init
protected void init()
- Specified by:
init
in class AbstractService
root
public void root()
throws IOException,
ServletException
- Throws:
IOException
ServletException
auth
public void auth()
throws IOException,
ServletException
- Throws:
IOException
ServletException
login
public void login()
throws IOException,
ServletException
- Throws:
IOException
ServletException
logout
public void logout()
throws IOException
- Throws:
IOException
overview
public void overview()
throws IOException,
ServletException
- Throws:
IOException
ServletException
Copyright © 2013. All Rights Reserved.