D E F G I O P R S T V

D

detach(Component) - Method in class org.apache.wicket.velocity.VelocityContributor
 

E

escapeHtml() - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
Gets whether to escape HTML characters.
escapeHtml() - Method in class org.apache.wicket.velocity.VelocityContributor
 
evaluate() - Method in class org.apache.wicket.velocity.VelocityContributor
Evaluate the template.

F

forTemplateResource(String, IModel<? extends Map>, IStringResourceStream) - Static method in class org.apache.wicket.velocity.markup.html.VelocityPanel
Convenience factory method to create a VelocityPanel instance with a given template resource.

G

getCacheKey(MarkupContainer, Class<?>) - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
 
getEncoding() - Method in class org.apache.wicket.velocity.VelocityContributor
 
getMarkupResourceStream(MarkupContainer, Class<?>) - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
 
getTemplateResource() - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
Returns the template resource passed to the constructor.

I

init(Application) - Method in class org.apache.wicket.velocity.Initializer
 
Initializer - Class in org.apache.wicket.velocity
An implementation of wicket.IInitializer for the Velocity Runtime Singleton.
Initializer() - Constructor for class org.apache.wicket.velocity.Initializer
 

O

onComponentTagBody(MarkupStream, ComponentTag) - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
 
onDetach() - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
 
org.apache.wicket.velocity - package org.apache.wicket.velocity
 
org.apache.wicket.velocity.markup.html - package org.apache.wicket.velocity.markup.html
 

P

parseGeneratedMarkup() - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
Gets whether to parse the resulting Wicket markup.

R

renderHead(IHeaderResponse) - Method in class org.apache.wicket.velocity.VelocityContributor
 
renderHead(IHeaderResponse) - Method in class org.apache.wicket.velocity.VelocityJavascriptContributor
 

S

setEncoding(String) - Method in class org.apache.wicket.velocity.VelocityContributor
 

T

throwVelocityExceptions() - Method in class org.apache.wicket.velocity.markup.html.VelocityPanel
Whether any velocity exception should be trapped and displayed on the panel (false) or thrown up to be handled by the exception mechanism of Wicket (true).

V

VelocityContributor - Class in org.apache.wicket.velocity
An IHeaderContributor implementation that renders a velocity template and writes it to the response.
VelocityContributor(String, IModel<? extends Map<?, ?>>) - Constructor for class org.apache.wicket.velocity.VelocityContributor
The templateName needs to have the full path relative to where the resource loader starts looking.
VelocityJavascriptContributor - Class in org.apache.wicket.velocity
A derivation of VelocityContributor that uses IHeaderResponse.renderJavascript(CharSequence, String)
VelocityJavascriptContributor(Class<?>, String, IModel<? extends Map<?, ?>>, String) - Constructor for class org.apache.wicket.velocity.VelocityJavascriptContributor
Use this constructor if you have configured Velocity to use a ClasspathResourceLoader.
VelocityJavascriptContributor(String, IModel<? extends Map<?, ?>>, String) - Constructor for class org.apache.wicket.velocity.VelocityJavascriptContributor
Use this constructor when Velocity is configured with the FileResourceLoader.
VelocityPanel - Class in org.apache.wicket.velocity.markup.html
Panel that displays the result of rendering a Velocity template.
VelocityPanel(String, IModel<? extends Map>) - Constructor for class org.apache.wicket.velocity.markup.html.VelocityPanel
Construct.

D E F G I O P R S T V

Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.