com.dyuproject.demos.todolist.service
Class MainService

java.lang.Object
  extended by com.dyuproject.web.rest.service.AbstractService
      extended by com.dyuproject.demos.todolist.service.MainService
All Implemented Interfaces:
Service

public class MainService
extends AbstractService

Author:
David Yu

Constructor Summary
MainService()
           
 
Method Summary
 void auth()
           
protected  void init()
           
 void login()
           
 void logout()
           
 void overview()
           
 void root()
           
 
Methods inherited from class com.dyuproject.web.rest.service.AbstractService
destroy, destroy, getWebContext, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainService

public MainService()
Method Detail

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.