Uses of Interface
org.springframework.beans.factory.BeanNameAware

Packages that use BeanNameAware
org.springframework.aop.framework.autoproxy Bean post processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. 
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. 
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Uses of BeanNameAware in org.springframework.aop.framework.autoproxy
 

Classes in org.springframework.aop.framework.autoproxy that implement BeanNameAware
 class AdvisorAutoProxyCreator
          BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
 

Uses of BeanNameAware in org.springframework.scheduling.quartz
 

Classes in org.springframework.scheduling.quartz that implement BeanNameAware
 class CronTriggerBean
          Convenience subclass of Quartz' CronTrigger class that eases bean-style usage.
 class JobDetailBean
          Convenience subclass of Quartz' JobDetail class that eases bean-style usage.
 class MethodInvokingJobDetailFactoryBean
          FactoryBean that exposes a JobDetail object that delegates job execution to a specified (static or non-static) method.
 class SimpleTriggerBean
          Convenience subclass of Quartz' SimpleTrigger class that eases bean-style usage.
 

Uses of BeanNameAware in org.springframework.web.servlet.view
 

Classes in org.springframework.web.servlet.view that implement BeanNameAware
 class AbstractUrlBasedView
          Abstract base class for URL-based views.
 class AbstractView
          Abstract view superclass.
 class InternalResourceView
          Wrapper for a JSP or other resource within the same web application.
 class JstlView
          Specialization of InternalResourceView for JSTL pages, i.e.
 class RedirectView
          View that redirects to an internal or external URL, exposing all model attributes as HTTP query parameters.
 

Uses of BeanNameAware in org.springframework.web.servlet.view.document
 

Classes in org.springframework.web.servlet.view.document that implement BeanNameAware
 class AbstractExcelView
          Convenient superclass for Excel-document views.
 class AbstractPdfView
          Abstract superclass for PDF views, using Bruno Lowagie's iText package.
 

Uses of BeanNameAware in org.springframework.web.servlet.view.freemarker
 

Classes in org.springframework.web.servlet.view.freemarker that implement BeanNameAware
 class FreeMarkerView
          View using the FreeMarker template engine.
 

Uses of BeanNameAware in org.springframework.web.servlet.view.tiles
 

Classes in org.springframework.web.servlet.view.tiles that implement BeanNameAware
 class TilesJstlView
          Specialization of TilesView for JSTL pages, i.e.
 class TilesView
          View implementation that retrieves a Tiles definition.
 

Uses of BeanNameAware in org.springframework.web.servlet.view.velocity
 

Classes in org.springframework.web.servlet.view.velocity that implement BeanNameAware
 class VelocityView
          View using the Velocity template engine.
 

Uses of BeanNameAware in org.springframework.web.servlet.view.xslt
 

Classes in org.springframework.web.servlet.view.xslt that implement BeanNameAware
 class AbstractXsltView
          Convenient superclass for views rendered using an XSLT stylesheet.
 



Copyright (C) 2003-2004 The Spring Framework Project.