|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRQueryChunkHandler
A query chunk handler.
JRQueryParser.parse(String, JRQueryChunkHandler)| Method Summary | |
|---|---|
void |
handleClauseChunk(String[] tokens)
Handle a clause chunk ( $X{..} |
void |
handleParameterChunk(String text)
Handle a parameter chunk ( $P{..} |
void |
handleParameterClauseChunk(String text)
Handle a parameter clause chunk ( $P! |
void |
handleTextChunk(String text)
Handle a plain text query chunk. |
| Method Detail |
|---|
void handleTextChunk(String text)
text - the textvoid handleParameterChunk(String text)
$P{..}).
text - the chunk text, i.e. the parameter namevoid handleParameterClauseChunk(String text)
$P!{..}).
text - the chunk text, i.e. the parameter namevoid handleClauseChunk(String[] tokens)
$X{..}).
tokens - the chunk tokens
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||