Overview
Package
Class
Tree
Deprecated
Index
Help
Enhydra 5.1 API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
J
JarBuilder
- class org.enhydra.tool.archive.
JarBuilder
.
JarBuilder()
- Constructor for class org.enhydra.tool.archive.
JarBuilder
JarPlan
- class org.enhydra.tool.archive.
JarPlan
.
JarPlan()
- Constructor for class org.enhydra.tool.archive.
JarPlan
JarServerServlet
- class org.enhydra.servlet.servlets.
JarServerServlet
.
This class serves files from jar/zip files for HTTP requests.
JarServerServlet()
- Constructor for class org.enhydra.servlet.servlets.
JarServerServlet
java_default_value
- Variable in class org.enhydra.dods.trans.
Column
column java default value
JAVA_PACKAGE
- Static variable in class org.enhydra.tool.codegen.
ProjectReplacementSet
Replacement key for the Java package name.
JAVA_PATH
- Static variable in class org.enhydra.tool.configure.
ConfigTool
java_type
- Variable in class org.enhydra.dods.trans.
Column
column java type
JAVA_VENDOR
- Static variable in interface org.enhydra.tool.archive.
Constants
JAVA_VERSION
- Static variable in interface org.enhydra.tool.archive.
Constants
java2XmlEncoding(String)
- Static method in class org.enhydra.xml.io.
Encoding
Deprecated.
Convert a Java encoding to a XML encoding.
Javac
- class org.enhydra.xml.xmlc.compiler.
Javac
.
Compile generated classes.
JAVAC_PROPERTY
- Static variable in class org.enhydra.xml.xmlc.commands.xmlc.
XMLC
System property to pass default javac.
Javac()
- Constructor for class org.enhydra.xml.xmlc.compiler.
Javac
JAVACALL
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JAVACATCH
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JavaCatch()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JavaCharStream
- class com.lutris.appserver.server.jolt.parser.
JavaCharStream
.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(InputStream)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JavaCharStream
JavaCharStream(InputStream, int, int)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JavaCharStream
JavaCharStream(InputStream, int, int, int)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JavaCharStream
JavaCharStream(Reader)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JavaCharStream
JavaCharStream(Reader, int, int)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JavaCharStream
JavaCharStream(Reader, int, int, int)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JavaCharStream
JavaClass
- class org.enhydra.xml.xmlc.codegen.
JavaClass
.
Object that is used to assemble the Java source for a class.
JavaClass(String, String, int, String[])
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaClass
Constructor.
JavaCode
- class org.enhydra.xml.xmlc.codegen.
JavaCode
.
Class used to build the code body of a method.
JavaCode()
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaCode
Constructor.
JavaCompile
- class org.enhydra.xml.xmlc.codegen.
JavaCompile
.
Run a Java compiler as a child process.
JavaCompile(ErrorReporter, String)
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaCompile
Construct a javac runner, specifying a java compiler.
JavaCompilerSection
- class org.enhydra.xml.xmlc.metadata.
JavaCompilerSection
.
Java compiler metadata.
JavaCompilerSection(Document)
- Constructor for class org.enhydra.xml.xmlc.metadata.
JavaCompilerSection
Constructor.
JavacOption
- class org.enhydra.xml.xmlc.metadata.
JavacOption
.
Specifies an option to pass to the Java compiler.
JavacOption(Document)
- Constructor for class org.enhydra.xml.xmlc.metadata.
JavacOption
Constructor.
JAVADEF
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
Javadef()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
javaDefaultValue()
- Method in class org.enhydra.dods.trans.
Column
Get column java default value.
javaDefaultValue(String)
- Method in class org.enhydra.dods.trans.
Column
Set column java default value.
javadoc
- Variable in class org.enhydra.dods.trans.
Column
column javadoc
javadoc()
- Method in class org.enhydra.dods.trans.
Column
Get column javadoc.
javadoc(String)
- Method in class org.enhydra.dods.trans.
Column
Set column javadoc.
JavaField
- class org.enhydra.xml.xmlc.codegen.
JavaField
.
Class to store a class field.
JavaField(String, String, int, String[], Object)
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaField
Constructor with doc array.
JavaField(String, String, int, String, Object)
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaField
Constructor with doc array.
JAVAFINALLY
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JavaFinally()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JAVAIMPORT
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JavaImport()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JavaLang
- class org.enhydra.xml.xmlc.codegen.
JavaLang
.
Collection of methods and constants dealing with the Java language.
JavaMethod
- class org.enhydra.xml.xmlc.codegen.
JavaMethod
.
Object that is used to assemble the Java source for a method.
JavaMethod(String, String, int, JavaParameter[], String[])
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaMethod
Constructor.
JavaModifiers
- class org.enhydra.xml.xmlc.codegen.
JavaModifiers
.
Definitions of Java modifiers for methods, fields and classes.
JavaParameter
- class org.enhydra.xml.xmlc.codegen.
JavaParameter
.
Class to store a method parameter.
JavaParameter(String, String, String)
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaParameter
Constructor with doc string.
JavaParameter(String, String, String[])
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaParameter
Constructor with doc array.
JAVASCRIPT_ENCODING
- Static variable in class com.lutris.appserver.server.jolt.joltpo.
JoltPage
Use JavaScript encoding.
JavaScriptEncoder
- class com.lutris.util.
JavaScriptEncoder
.
This class contains a utility method for encoding a
String
so that it may be safely used within JavaScript as a quoted string.
JavaScriptEncoder()
- Constructor for class com.lutris.util.
JavaScriptEncoder
javaType()
- Method in class org.enhydra.dods.trans.
Column
Get column java type.
javaType(String)
- Method in class org.enhydra.dods.trans.
Column
Set column java type.
javaType(String)
- Static method in class org.enhydra.dods.xslt.
XSLTUtil
Make java type from java type replacing '.' with '_'.
JavaVariable
- class org.enhydra.xml.xmlc.codegen.
JavaVariable
.
Base class for classes that describe variables.
JavaVariable(String, String, int, String)
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaVariable
Constructor with doc string.
JavaVariable(String, String, int, String[])
- Constructor for class org.enhydra.xml.xmlc.codegen.
JavaVariable
Constructor with doc array.
javaVersion
- Static variable in class com.lutris.util.
JavaVersion
JavaVersion
- class com.lutris.util.
JavaVersion
.
JavaVersion()
- Constructor for class com.lutris.util.
JavaVersion
jdbcType(String)
- Static method in class org.enhydra.dods.xslt.
XSLTUtil
Make Jdbc type from java type.
jj_nt
- Variable in class com.lutris.util.
ConfigParser
jj_nt
- Variable in class com.lutris.appserver.server.jolt.parser.
JoltParser
jjnewLexState
- Static variable in class com.lutris.util.
ConfigParserTokenManager
jjnewLexState
- Static variable in class com.lutris.appserver.server.jolt.parser.
JoltParserTokenManager
jjstrLiteralImages
- Static variable in class com.lutris.util.
ConfigParserTokenManager
jjstrLiteralImages
- Static variable in class com.lutris.appserver.server.jolt.parser.
JoltParserTokenManager
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJavaFinally
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJavaCatch
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTSource
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTInclude
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJavaImport
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJoltHtml
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTAnyCall
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTHtmldef
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJavadef
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTMethodConditional
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTDefinedConditional
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTBooleanConditional
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTArgList
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTArg
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJoltParsedContents
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJoltContents
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTHtmlSection
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTStart
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
Accept the visitor.
jjtAccept(JoltParserVisitor, Object)
- Method in class com.lutris.appserver.server.jolt.parser.
ASTJoltField
Accept the visitor.
jjtAddChild(Node, int)
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int)
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
JJTANYCALL
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTARG
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTARGLIST
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTBOOLEANCONDITIONAL
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
jjtClose()
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
This method is called after all the child nodes have been added.
jjtClose()
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
JJTDEFINEDCONDITIONAL
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
jjtGetChild(int)
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
This method returns a child node.
jjtGetChild(int)
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
jjtGetNumChildren()
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
Return the number of children the node has.
jjtGetNumChildren()
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
jjtGetParent()
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
jjtGetParent()
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
JJTHTMLDEF
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTHTMLSECTION
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTINCLUDE
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJAVACATCH
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJAVADEF
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJAVAFINALLY
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJAVAIMPORT
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJOLTCONTENTS
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJOLTFIELD
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJOLTHTML
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTJOLTPARSEDCONTENTS
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTMETHODCONDITIONAL
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
jjtNodeName
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
jjtOpen()
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
This method is called after the node has been made the current node.
jjtOpen()
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
jjtree
- Static variable in class com.lutris.appserver.server.jolt.parser.
JoltParser
jjtSetParent(Node)
- Method in interface com.lutris.appserver.server.jolt.parser.
Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node)
- Method in class com.lutris.appserver.server.jolt.parser.
SimpleNode
JJTSOURCE
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTSTART
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
JJTVOID
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
join(String[])
- Static method in class com.lutris.util.
KeywordParser
JoltCallArgs
- class com.lutris.appserver.server.jolt.joltpo.
JoltCallArgs
.
Class use to hold arguments passed in a <JOLT CALL> tag.
JoltCallArgs()
- Constructor for class com.lutris.appserver.server.jolt.joltpo.
JoltCallArgs
JoltCompile
- class com.lutris.appserver.server.jolt.joltc.
JoltCompile
.
Command line program to compile a JoltHTML into Java source for a Jolt Presentation Object.
JoltCompile()
- Constructor for class com.lutris.appserver.server.jolt.joltc.
JoltCompile
JoltContents()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltDebug
- class com.lutris.appserver.server.jolt.joltpo.
JoltDebug
.
This class generates html formatted output that can be used for debugging purposes in a JOLT (.jhtml) page.
JoltDebug()
- Constructor for class com.lutris.appserver.server.jolt.joltpo.
JoltDebug
JoltDumpVisitor
- class com.lutris.appserver.server.jolt.parser.
JoltDumpVisitor
.
The Visitor for the Jolt parser that dumps out the tree.
JoltDumpVisitor()
- Constructor for class com.lutris.appserver.server.jolt.parser.
JoltDumpVisitor
JOLTEND
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JoltField()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltFieldDefault()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltFieldDefaultValue()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltFieldEncoding()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JOLTFIELDEND
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JoltFieldException
- exception com.lutris.appserver.server.jolt.parser.
JoltFieldException
.
Exception for invalid JoltHtml field.
JoltFieldException(String, String, int)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JoltFieldException
Constructor
JOLTFIELDSTART
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JoltHtml()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltPage
- class com.lutris.appserver.server.jolt.joltpo.
JoltPage
.
Base class of a Jolt-HTML page.
JoltPage()
- Constructor for class com.lutris.appserver.server.jolt.joltpo.
JoltPage
JoltPageData
- class com.lutris.appserver.server.jolt.joltpo.
JoltPageData
.
Class that contains a Jolt page's data.
JoltPageData()
- Constructor for class com.lutris.appserver.server.jolt.joltpo.
JoltPageData
JoltParsedContents()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltParser
- class com.lutris.appserver.server.jolt.parser.
JoltParser
.
This parser uses JJTree and JavaCC to generate the Java class.
JoltParser(InputStream)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltParser(JoltParserTokenManager)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltParser(Reader)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JoltParser
JoltParserConstants
- interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
.
JoltParserTokenManager
- class com.lutris.appserver.server.jolt.parser.
JoltParserTokenManager
.
JoltParserTokenManager(JavaCharStream)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JoltParserTokenManager
JoltParserTokenManager(JavaCharStream, int)
- Constructor for class com.lutris.appserver.server.jolt.parser.
JoltParserTokenManager
JoltParserTreeConstants
- interface com.lutris.appserver.server.jolt.parser.
JoltParserTreeConstants
.
JoltParserVisitor
- interface com.lutris.appserver.server.jolt.parser.
JoltParserVisitor
.
JoltRequest
- class com.lutris.appserver.server.jolt.joltpo.
JoltRequest
.
HTTP arguments, cookies and other headers from the request.
JoltRequest(HttpPresentationRequest, Hashtable)
- Constructor for class com.lutris.appserver.server.jolt.joltpo.
JoltRequest
Construct a request object.
JoltResponse
- class com.lutris.appserver.server.jolt.joltpo.
JoltResponse
.
Cookies and other headers to be passed back to the client.
JoltResponse(HttpPresentationResponse)
- Constructor for class com.lutris.appserver.server.jolt.joltpo.
JoltResponse
Construct a response object.
JoltSection()
- Method in class com.lutris.appserver.server.jolt.parser.
JoltParser
JOLTSTART
- Static variable in interface com.lutris.appserver.server.jolt.parser.
JoltParserConstants
JoltTestApp
- class com.lutris.appserver.server.jolt.tests.
JoltTestApp
.
JoltTestApp()
- Constructor for class com.lutris.appserver.server.jolt.tests.
JoltTestApp
JONAS_EJB
- Static variable in class org.enhydra.tool.archive.
Descriptor
JsteTag
- Static variable in class org.w3c.tidy.
Node
Overview
Package
Class
Tree
Deprecated
Index
Help
Enhydra 5.1 API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_