|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that provides a component with access to helper beans. Helper beans are JavaBeans associated with a page or component that are used to extend the functionality of the component via aggregation.
Method Summary | |
boolean |
canProvideBean(String name)
Returns true if the provider can provide the named bean. |
Object |
getBean(String name)
Returns the JavaBean with the specified name. |
Collection |
getBeanNames()
Returns a collection of the names of any beans which may be provided. |
IComponent |
getComponent()
Returns the IComponent (which may be a
IPage ) for which
this bean provider is providing beans. |
IResourceResolver |
getResourceResolver()
Returns a resource resolver. |
Method Detail |
public Object getBean(String name)
ApplicationRuntimeException
- if no such bean is available.public IComponent getComponent()
IComponent
(which may be a
IPage
) for which
this bean provider is providing beans.public Collection getBeanNames()
IComponentSpecification.getBeanNames()
public boolean canProvideBean(String name)
public IResourceResolver getResourceResolver()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |