C D G I J M O P R S V

C

containsKey(Object) - Method in class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
 

D

doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
 

G

get(String) - Method in class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
 
getKeys() - Method in class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
 
getVelocityEngine(String) - Method in class org.apache.commons.jelly.tags.velocity.VelocityTagSupport
Gets or creates a VelocityEngine if one doesn't already exist for the specified base directory.

I

isReadOnly() - Method in class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
Tests if the adapter is read-only.

J

JellyContextAdapter - class org.apache.commons.jelly.tags.velocity.JellyContextAdapter.
Adapts a JellyContext for use as a Velocity Context.
JellyContextAdapter(JellyContext) - Constructor for class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
Constructor.

M

MergeTag - class org.apache.commons.jelly.tags.velocity.MergeTag.
A tag that uses Velocity to render a specified template with the JellyContext storing the results in either a variable in the JellyContext or in a specified file.
MergeTag() - Constructor for class org.apache.commons.jelly.tags.velocity.MergeTag
 

O

org.apache.commons.jelly.tags.velocity - package org.apache.commons.jelly.tags.velocity
 

P

put(String, Object) - Method in class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
 

R

remove(Object) - Method in class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
 

S

setBasedir(String) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
Sets the base directory used for loading of templates by the Velocity file resource loader.
setInputEncoding(String) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
Sets the input encoding used in the specified template which defaults to ISO-8859-1.
setName(String) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
Sets the file name for the merged output.
setOutputEncoding(String) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
Sets the output encoding mode which defaults to ISO-8859-1 used when storing the results of a merge in a file.
setReadOnly(boolean) - Method in class org.apache.commons.jelly.tags.velocity.JellyContextAdapter
Sets the read-only flag for this adapter.
setReadOnly(boolean) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
Sets the read-only flag for this adapter which prevents modifications in the Velocity context from propogating to the JellyContext.
setTemplate(String) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
Sets the filename of the template used to merge with the JellyContext.
setVar(String) - Method in class org.apache.commons.jelly.tags.velocity.MergeTag
Sets the var used to store the results of the merge.

V

VELOCITY_ENGINE_VAR_NAME - Static variable in class org.apache.commons.jelly.tags.velocity.VelocityTagSupport
The VelocityEngine variable name in the JellyContext.
VelocityTagLibrary - class org.apache.commons.jelly.tags.velocity.VelocityTagLibrary.
Describes the Taglib.
VelocityTagLibrary() - Constructor for class org.apache.commons.jelly.tags.velocity.VelocityTagLibrary
 
VelocityTagSupport - class org.apache.commons.jelly.tags.velocity.VelocityTagSupport.
Support methods for the Velocity tag library.
VelocityTagSupport() - Constructor for class org.apache.commons.jelly.tags.velocity.VelocityTagSupport
 

C D G I J M O P R S V

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.