|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.el.Expression
javax.el.ValueExpression
com.caucho.el.Expr
com.caucho.jsp.el.ImplicitObjectExpr
public class ImplicitObjectExpr
| Nested Class Summary | |
|---|---|
static class |
ImplicitObjectExpr.AttributeMap
|
| Field Summary |
|---|
| Fields inherited from class com.caucho.el.Expr |
|---|
L, log |
| Constructor Summary | |
|---|---|
ImplicitObjectExpr(java.lang.String id)
|
|
| Method Summary | |
|---|---|
Expr |
createField(Expr field)
Creates a field reference using this expression as the base object. |
java.lang.Object |
getValue(ELContext env)
Evaluate the expr as an object. |
void |
printCreate(WriteStream os)
Prints the code to create an IdExpr. |
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.el.Expr |
|---|
coerceToType, createField, createMethod, equals, error, evalBigDecimal, evalBigInteger, evalBoolean, evalCharacter, evalDouble, evalLong, evalObject, evalPeriod, evalString, evalStringWithNull, getExpectedType, getExpressionString, getMethodInfo, getType, hashCode, invocationError, invoke, isConstant, isDouble, isDoubleString, isLiteralText, isReadOnly, print, print, printEscaped, printEscapedString, setProperty, setValue, toBigDecimal, toBigInteger, toBoolean, toCharacter, toDouble, toLong, toStream, toStream, toStream, toStreamEscaped, toStreamEscaped, toStreamEscaped, toString, toString, toString, toString, toString, toStringWithNull |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImplicitObjectExpr(java.lang.String id)
| Method Detail |
|---|
public Expr createField(Expr field)
Expr
createField in class Exprfield - the expression for the field.
public java.lang.Object getValue(ELContext env)
throws ELException
getValue in class Exprenv - the page context
ELExceptionpublic java.lang.String toString()
toString in class Expr
public void printCreate(WriteStream os)
throws java.io.IOException
printCreate in class Expros - the stream to the *.java page
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||