com.dyuproject.demos.helloworld
Class HelloWorldService

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

public class HelloWorldService
extends AbstractService

Author:
David Yu

Constructor Summary
HelloWorldService()
           
 
Method Summary
 void beanCreate()
           
 void beanDelete()
           
 void beanUpdate()
           
 void foo()
           
 void fooBar()
           
 void fooBarBaz()
           
 void hello()
           
 void helloSexyStranger()
           
 void helloStranger()
           
 void helloStrangerWorld()
           
 void helloworld()
           
 void helloworldEntity()
           
 void helloworldPost()
           
 void helloworldProtected()
           
protected  void init()
           
 void root()
           
 void velocityHelloworld()
           
 void velocityHelloworldEntity()
           
 
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

HelloWorldService

public HelloWorldService()
Method Detail

init

protected void init()
Specified by:
init in class AbstractService

root

public void root()
          throws IOException,
                 ServletException
Throws:
IOException
ServletException

helloworld

public void helloworld()
                throws IOException,
                       ServletException
Throws:
IOException
ServletException

helloworldPost

public void helloworldPost()
                    throws IOException,
                           ServletException
Throws:
IOException
ServletException

helloworldEntity

public void helloworldEntity()
                      throws IOException,
                             ServletException
Throws:
IOException
ServletException

helloworldProtected

public void helloworldProtected()
                         throws IOException,
                                ServletException
Throws:
IOException
ServletException

velocityHelloworld

public void velocityHelloworld()
                        throws IOException,
                               ServletException
Throws:
IOException
ServletException

velocityHelloworldEntity

public void velocityHelloworldEntity()
                              throws IOException,
                                     ServletException
Throws:
IOException
ServletException

beanCreate

public void beanCreate()
                throws IOException,
                       ServletException
Throws:
IOException
ServletException

beanUpdate

public void beanUpdate()
                throws IOException,
                       ServletException
Throws:
IOException
ServletException

beanDelete

public void beanDelete()
                throws IOException,
                       ServletException
Throws:
IOException
ServletException

foo

public void foo()
         throws IOException
Throws:
IOException

fooBar

public void fooBar()
            throws IOException
Throws:
IOException

fooBarBaz

public void fooBarBaz()
               throws IOException
Throws:
IOException

hello

public void hello()
           throws IOException
Throws:
IOException

helloStranger

public void helloStranger()
                   throws IOException
Throws:
IOException

helloStrangerWorld

public void helloStrangerWorld()
                        throws IOException
Throws:
IOException

helloSexyStranger

public void helloSexyStranger()
                       throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.