simple.page.translate |
|
Java Source File Name | Type | Comment |
Builder.java | Class | The Builder object is used to build a document definition
for the specified JSP source file. |
Classifier.java | Class | The Classifier object is used to classify tokens that
have been emitted from the lexical analysis phase. |
Code.java | Class | The Code object is used to parse the code directive
from the JSP source. |
Comment.java | Class | The Comment object is used to parse a JSP comment. |
Declaration.java | Class | The Declaration object is used to parse declarations
from the JSP source. |
Definition.java | Class | A Definition object is used to gather information
regarding a JSP source file. |
Generator.java | Class | The Generator object is used to generate the sources
for the document definition built during parsing. |
Include.java | Class | The Include object is used to process JSP includes.
This require recursive processing of the document, as its source
lies in seperate files. |
Insert.java | Class | The Insert object is used to parse the insert token
from the JSP. |
Lexer.java | Interface | The Lexer interface represents an object that can be
initialized with token matching patterns. |
Page.java | Class | The Page object is used to parse the page token. |
Parser.java | Class | The Parser object is used to digest the tokens emitted
from the lexer. |
Print.java | Class | The Print object is used to process the JSP print
token. |
Processor.java | Class | The Processor object is used to process a stream of
characters from a JSP source file. |
Reference.java | Interface | The Reference object is used to determine whether
any of the files used to compose the JSP have changed. |
Schema.java | Class | The Schema object is used to define an attribute set
that can be used to compose a JSP page. |
SchemaLoader.java | Class | The SchemaLoader is used to load schemas which can
render a source file given a document definition. |
Source.java | Interface | The Source object is used to describe a translated JSP
page. |
Target.java | Class | The Target object is used to parse the JSP path name
so that a package and class name can be created. |
Text.java | Class | The Text token is used to parse plain text from the
JSP source. |
Token.java | Class | The Token object is used to parse a token from the
JSP source. |
TokenBuffer.java | Class | The TokenBuffer represents an object used to collect
characters from an implementation of a Token . |
Tokenizer.java | Class | The Tokenizer is used to extract valid tokens from
the stream of bytes given to it for scanning. |
Tracker.java | Class | The Tracker is used to keep track of files within
the project source directory. |
Translator.java | Class | The Translator object is used to translate a JSP source
file to a Java or Groovy source file. |