|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcds.aladin.ComponentResolver
public class ComponentResolver
Title : ComponentResolver
Description : resolves a component thanks to its name
| Constructor Summary | |
|---|---|
ComponentResolver()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
findByFullName(java.lang.String name,
java.lang.Object start)
Find an object by a name of the form objectA.objectB.objectC |
java.lang.Object |
findByName(java.lang.String name,
java.lang.Object start)
Find a component according to its name |
boolean |
isHomeMade(java.lang.String name,
java.lang.Object start)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentResolver()
| Method Detail |
|---|
public java.lang.Object findByFullName(java.lang.String name,
java.lang.Object start)
name - name of the component we search, may be of the form objectA.objectB.objectCstart - object from which we start the search
public java.lang.Object findByName(java.lang.String name,
java.lang.Object start)
name - name of the component to searchstart - object from which we start the search
public boolean isHomeMade(java.lang.String name,
java.lang.Object start)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||