|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentFinder
Interface used to define a service for locating child components within a container that have a given name. Specialized implementations of this interface are responsible for managing the parent container assocation.
Method Summary | |
---|---|
Collection |
getAllNamedComponents()
Recursively searches an associated parent container for all components that are named. |
Component |
getComponentByName(String compName)
Recursively searches an associated parent container for a component with the given name. |
Collection |
getComponentsByName(String compName)
Recursively searches an associated parent container for all components with the given name. |
void |
reset()
Tells the implementation that any cached components should be flushed and reloaded because the parent container might have changed. |
Method Detail |
---|
Component getComponentByName(String compName)
Collection getComponentsByName(String compName)
Collection getAllNamedComponents()
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |