Package jfun.yan.web

This package provides web integration for Yan.

See:
          Description

Class Summary
ServletContextResourceLoader This class loads resource from either ServletContext (when the url starts with "/"), or another ResourceLoader.
WebBeanNut This class simply extends BeanNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebCtorNut This class simply extends ConstructorNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebMethodNut This class simply extends MethodNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebSpringBeanNut This class simply extends SpringBeanNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebSpringCtorNut This class simply extends SpringCtorNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebSpringMethodNut This class simply extends SpringMethodNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebUtils Web integration related utilities.
YanLoader This class is responsible for setting up web integration for Yan.
YanLoaderListener The ServletContextListener implementation that's responsible for setting up Yan container.
YanLoaderServlet Major portion of this class is copied from the Spring framework.
 

Package jfun.yan.web Description

This package provides web integration for Yan.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: