| org.sakaiproject.search.tool.api.SearchBeanFactory
All known Subclasses: org.sakaiproject.search.tool.SearchBeanFactoryImpl,
SearchBeanFactory | public interface SearchBeanFactory (Code) | | A factory bean to construct backing beans efficiently on a request basis.
This is normally injected into the request attributes for each individual
page to construct the backing beans that they require. Ideally there should
be a one to one mapping between backing beans and pages, and the page should
be as simple as possible
author: ieb |
SEARCH_BEAN_FACTORY_ATTR | final public static String SEARCH_BEAN_FACTORY_ATTR(Code) | | |
setContext | void setContext(ServletContext servletContext)(Code) | | set the servlet context that this factory is associated with
Parameters: servletContext - |
|
|