|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.expression.ExpressionSupport
org.apache.commons.jelly.parser.EscapingExpression
public class EscapingExpression
Expression that escapes output so that the text can appear in the PCDATA portion of XML.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jelly.expression.ExpressionSupport |
|---|
EMPTY_ITERATOR |
| Fields inherited from interface org.apache.commons.jelly.expression.Expression |
|---|
NULL |
| Constructor Summary | |
|---|---|
EscapingExpression(Expression base)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(JellyContext context)
Evaluates the expression with the given context and returns the result |
java.lang.String |
getExpressionText()
|
| Methods inherited from class org.apache.commons.jelly.expression.ExpressionSupport |
|---|
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecurse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EscapingExpression(Expression base)
| Method Detail |
|---|
public java.lang.String getExpressionText()
public java.lang.Object evaluate(JellyContext context)
Expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||