com.dyuproject.web.rest
Interface LifeCycle

All Known Subinterfaces:
Interceptor, Resource, Service, ValidatingConsumer, ViewDispatcher
All Known Implementing Classes:
AbstractConsumer, AbstractInterceptor, AbstractLifeCycle, AbstractService, AnnotatedMethodResource, ConsumerInterceptor, DefaultDispatcher, EntityManagerManager, InterceptorCollection, JSONDispatcher, JSPDispatcher, PathHandler, SimpleJSONConsumer, SimpleParameterConsumer, StringTemplateDispatcher, VelocityDispatcher, WrapperInterceptor

public interface LifeCycle

Web component that is notified of the initialization and destruction of the WebContext.

Author:
David Yu
Date created:
Jan 18, 2009

Method Summary
 void destroy(WebContext webContext)
           
 void init(WebContext webContext)
           
 

Method Detail

init

void init(WebContext webContext)

destroy

void destroy(WebContext webContext)


Copyright © 2008-2013. All Rights Reserved.