public interface JRQueryChunkHandler
JRQueryParser.parse(String, JRQueryChunkHandler)| Modifier and Type | Method and Description |
|---|---|
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.
|
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 tokensCopyright © 2012. All Rights Reserved.