|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.reflex.util.Util
public class Util
Provides utility methods to deal with Fractal components.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static org.objectweb.fractal.api.Component |
find(org.objectweb.fractal.api.Component c,
java.lang.String sub)
utility method to find a subcomponent from a component root. |
static org.objectweb.fractal.api.Component |
search(org.objectweb.fractal.api.Component cmp,
java.lang.String subcmpname)
utility method which search if a component has a direct subcomponent with a given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static org.objectweb.fractal.api.Component search(org.objectweb.fractal.api.Component cmp,
java.lang.String subcmpname)
cmp - the component to inspectsubcmpname - the name of the subcomponent to search
public static org.objectweb.fractal.api.Component find(org.objectweb.fractal.api.Component c,
java.lang.String sub)
c - the component rootsub - the full path name of the component to find.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||