| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jzeno.echo.SimpleConstructionHintsInterpreter
public class SimpleConstructionHintsInterpreter
| Constructor Summary | |
|---|---|
SimpleConstructionHintsInterpreter()
 | 
|
| Method Summary | |
|---|---|
 void | 
executeHints(java.lang.Object target,
             java.lang.String constructionHints)
A string of hints that consists of a list of comma seperated property assignments, these are executed by this method, in order of occurence on the specified target java bean.  | 
 java.util.Map | 
extractKeyValuePairs(java.lang.String hints)
Chops up a list of construction hints, and returns a map that associates the property name, with it's value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SimpleConstructionHintsInterpreter()
| Method Detail | 
|---|
public void executeHints(java.lang.Object target,
                         java.lang.String constructionHints)
A string of hints that consists of a list of comma seperated property assignments, these are executed by this method, in order of occurence on the specified target java bean.
executeHints in interface ConstructionHintsInterpreterpublic java.util.Map extractKeyValuePairs(java.lang.String hints)
Chops up a list of construction hints, and returns a map that associates the property name, with it's value.
extractKeyValuePairs in interface ConstructionHintsInterpreter
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||