public class StrutsVelocityContext
extends org.apache.velocity.VelocityContext
Constructor and Description |
---|
StrutsVelocityContext(List<org.apache.velocity.VelocityContext> chainedContexts,
ValueStack stack)
Creates a content with link to the ValueStack and any other Velocity contexts
|
StrutsVelocityContext(ValueStack stack)
Deprecated.
please use newly added
StrutsVelocityContext(List |
StrutsVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts,
ValueStack stack)
Deprecated.
please use newly added
StrutsVelocityContext(List |
Modifier and Type | Method and Description |
---|---|
boolean |
internalContainsKey(String key) |
Object |
internalGet(String key) |
clone, internalGetKeys, internalPut, internalRemove
public StrutsVelocityContext(List<org.apache.velocity.VelocityContext> chainedContexts, ValueStack stack)
chainedContexts
- Existing Velocity contexts to chain tostack
- Struts ValueStack@Deprecated public StrutsVelocityContext(ValueStack stack)
StrutsVelocityContext(List constructor instead
and pass {null} or empty list if no chained contexts were defined
@Deprecated public StrutsVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts, ValueStack stack)
StrutsVelocityContext(List constructor instead
Copyright © 2000–2022 Apache Software Foundation. All rights reserved.