Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C E I M O P T V

C

clone() - Method in class org.apache.velocity.VelocityContext
Clones this context object.
context - Variable in class org.apache.velocity.VelocityContext
Storage for key/value pairs.

E

errorCondition - Variable in class org.apache.velocity.Template
 

I

initDocument() - Method in class org.apache.velocity.Template
initializes the document.
initialized - Variable in class org.apache.velocity.Template
To keep track of whether this template has been initialized.
internalContainsKey(Object) - Method in class org.apache.velocity.VelocityContext
determines if there is a value for the given key
internalGet(String) - Method in class org.apache.velocity.VelocityContext
retrieves value for key from internal storage
internalGetKeys() - Method in class org.apache.velocity.VelocityContext
returns array of keys
internalPut(String, Object) - Method in class org.apache.velocity.VelocityContext
stores the value for key to internal storage
internalRemove(Object) - Method in class org.apache.velocity.VelocityContext
remove a key/value pair from the internal storage

M

merge(Context, Writer) - Method in class org.apache.velocity.Template
The AST node structure is merged with the context to produce the final output.

O

org.apache.velocity - package org.apache.velocity
 

P

process() - Method in class org.apache.velocity.Template
gets the named resource as a stream, parses and inits

T

Template - class org.apache.velocity.Template.
This class is used for controlling all template operations.
Template() - Constructor for class org.apache.velocity.Template
Default constructor

V

VelocityContext - class org.apache.velocity.VelocityContext.
General purpose implemention of the application Context interface for general application use.
VelocityContext() - Constructor for class org.apache.velocity.VelocityContext
Creates a new instance (with no inner context).
VelocityContext(Map) - Constructor for class org.apache.velocity.VelocityContext
Creates a new instance with the provided storage (and no inner context).
VelocityContext(Context) - Constructor for class org.apache.velocity.VelocityContext
Chaining constructor, used when you want to wrap a context in another.
VelocityContext(Map, Context) - Constructor for class org.apache.velocity.VelocityContext
Initializes internal storage (never to null), and inner context.

C E I M O P T V