com.dyuproject.web.rest.service
Class AbstractService

java.lang.Object
  extended by com.dyuproject.web.rest.AbstractLifeCycle
      extended by com.dyuproject.web.rest.service.AbstractService
All Implemented Interfaces:
LifeCycle, Service

public abstract class AbstractService
extends AbstractLifeCycle
implements Service

Base service to handle requests. A helper class.

Author:
David Yu
Date created:
Dec 4, 2008

Constructor Summary
AbstractService()
           
 
Method Summary
 
Methods inherited from class com.dyuproject.web.rest.AbstractLifeCycle
destroy, destroy, getWebContext, init, init, isDestroyed, isInitialized, newObjectInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dyuproject.web.rest.LifeCycle
destroy, init
 

Constructor Detail

AbstractService

public AbstractService()


Copyright © 2008-2013. All Rights Reserved.