public class ServletContextAttributeExporter extends Object implements Service, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanNameAware
コンストラクタと説明 |
---|
ServletContextAttributeExporter(Collection<String> beans)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
destroy()
Destroys a service, freeing any resources it may currently be using.
|
String |
getId()
Gets the ID of this service.
|
void |
initialize()
Initializes this service.
|
boolean |
isDestroyed()
Gets whether the service has been destroyed.
|
boolean |
isInitialized()
Gets whether the service is initialized and ready for use.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setBeanName(String name) |
public ServletContextAttributeExporter(Collection<String> beans)
beans
- ID of beans exported into the servlet contextpublic void destroy() throws ServiceException
destroy
インタフェース内 Service
ServiceException
- thrown if there is a problem destroying the servicepublic String getId()
public void initialize() throws ServiceException
initialize
インタフェース内 Service
ServiceException
- thrown if there is a problem initializing the servicepublic boolean isInitialized()
isInitialized
インタフェース内 Service
public void setApplicationContext(org.springframework.context.ApplicationContext context)
setApplicationContext
インタフェース内 org.springframework.context.ApplicationContextAware
public void setBeanName(String name)
setBeanName
インタフェース内 org.springframework.beans.factory.BeanNameAware
public boolean isDestroyed()
isDestroyed
インタフェース内 Service
Copyright © 2012. All Rights Reserved.