|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
static interface FieldReferenceConverter.Delegate
Responsible for the bits around and between the field references. May throw IllegalFieldReferenceException as it sees fit.
Method Summary | |
---|---|
JType[] |
getTypes()
Returns the types any parsed field references are expected to return. |
java.lang.String |
handleFragment(java.lang.String fragment)
Called for fragment around and between field references. |
java.lang.String |
handleReference(java.lang.String reference)
Called for each expanded field reference, to allow it to be stitched together with surrounding fragments. |
Method Detail |
---|
JType[] getTypes()
java.lang.String handleFragment(java.lang.String fragment) throws FieldReferenceConverter.IllegalFieldReferenceException
Note that it will be called with empty strings if these surrounding bits are empty. E.g., "{style.enabled} fancy {style.impressive}" would call this method three times, with "", " fancy ", and "".
A string with no field references is treated as a single fragment, and causes a single call to this method.
FieldReferenceConverter.IllegalFieldReferenceException
java.lang.String handleReference(java.lang.String reference) throws FieldReferenceConverter.IllegalFieldReferenceException
FieldReferenceConverter.IllegalFieldReferenceException
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |