|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateContext | |
---|---|
org.ujac.print | |
org.ujac.util.template | |
org.ujac.util.template.test | |
org.ujac.web.servlet | |
org.ujac.web.tag |
Uses of TemplateContext in org.ujac.print |
---|
Methods in org.ujac.print that return TemplateContext | |
---|---|
TemplateContext |
DocumentHandler.getTemplateContext()
Gets the template context. |
Methods in org.ujac.print with parameters of type TemplateContext | |
---|---|
void |
DocumentHandler.setTemplateContext(TemplateContext templateContext)
Sets the template context. |
Constructors in org.ujac.print with parameters of type TemplateContext | |
---|---|
DocumentHandler(OutputStream outputStream,
TemplateContext templateContext,
DocumentTagFactory tagFactory)
Constructs a DocumentHandler instance with specific arguments. |
|
DocumentHandler(OutputStream outputStream,
TemplateInterpreter templateInterpreter,
TemplateContext templateContext,
DocumentTagFactory tagFactory)
Constructs a DocumentHandler instance with specific arguments. |
Uses of TemplateContext in org.ujac.util.template |
---|
Methods in org.ujac.util.template that return TemplateContext | |
---|---|
TemplateContext |
DefaultTemplateInterpreterFactory.createTemplateContext(Map properties,
FormatHelper formatHelper)
Creates a TemplateContext instance. |
TemplateContext |
TemplateInterpreterFactory.createTemplateContext(Map properties,
FormatHelper formatHelper)
Creates a TemplateContext instance. |
Methods in org.ujac.util.template with parameters of type TemplateContext | |
---|---|
boolean |
BaseTemplateInterpreter.evalBooleanExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a boolean value. |
boolean |
BaseTemplateInterpreter.evalBooleanExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a boolean value. |
boolean |
TemplateInterpreter.evalBooleanExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a boolean value. |
Date |
BaseTemplateInterpreter.evalDateExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a Date value. |
Date |
BaseTemplateInterpreter.evalDateExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a Date value. |
Date |
TemplateInterpreter.evalDateExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a Date value. |
double |
BaseTemplateInterpreter.evalDoubleExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a double value. |
double |
BaseTemplateInterpreter.evalDoubleExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a double value. |
double |
TemplateInterpreter.evalDoubleExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a double value. |
float |
BaseTemplateInterpreter.evalFloatExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a float value. |
float |
BaseTemplateInterpreter.evalFloatExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a float value. |
float |
TemplateInterpreter.evalFloatExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a float value. |
int |
BaseTemplateInterpreter.evalIntExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as an int value. |
int |
BaseTemplateInterpreter.evalIntExpr(String expression,
TemplateContext ctx)
Evaluates an expression as an int value. |
int |
TemplateInterpreter.evalIntExpr(String expression,
TemplateContext ctx)
Evaluates an expression as an int value. |
long |
BaseTemplateInterpreter.evalLongExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a long value. |
long |
BaseTemplateInterpreter.evalLongExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a long value. |
long |
TemplateInterpreter.evalLongExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a long value. |
Object |
BaseTemplateInterpreter.evalObjectExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as an Object. |
Object |
BaseTemplateInterpreter.evalObjectExpr(String expression,
TemplateContext ctx)
Evaluates an expression as an Object. |
Object |
TemplateInterpreter.evalObjectExpr(String expression,
TemplateContext ctx)
Evaluates an expression as an Object. |
String |
BaseTemplateInterpreter.evalStringExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a String value. |
String |
BaseTemplateInterpreter.evalStringExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a String value. |
String |
TemplateInterpreter.evalStringExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a String value. |
Time |
BaseTemplateInterpreter.evalTimeExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a Time value. |
Time |
BaseTemplateInterpreter.evalTimeExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a Time value. |
Time |
TemplateInterpreter.evalTimeExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a Time value. |
Timestamp |
BaseTemplateInterpreter.evalTimestampExpr(Operand operand,
TemplateContext ctx)
Evaluates an expression as a Timestamp value. |
Timestamp |
BaseTemplateInterpreter.evalTimestampExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a Timestamp value. |
Timestamp |
TemplateInterpreter.evalTimestampExpr(String expression,
TemplateContext ctx)
Evaluates an expression as a Timestamp value. |
protected void |
ProcedureToken.execute(List arguments,
Writer writer,
TemplateContext ctx)
Calls the procedure. |
String |
BaseTemplateInterpreter.execute(String template,
TemplateContext ctx)
Executes the given template. |
String |
DefaultTemplateInterpreter.execute(String template,
TemplateContext ctx)
Executes the given template. |
String |
TemplateInterpreter.execute(String template,
TemplateContext ctx)
Executes the given template. |
void |
BaseTemplateInterpreter.execute(String template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
DefaultTemplateInterpreter.execute(String template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
TemplateInterpreter.execute(String template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
BaseTemplateInterpreter.execute(TemplateRoot template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
DefaultTemplateInterpreter.execute(TemplateRoot template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
TemplateInterpreter.execute(TemplateRoot template,
Writer writer,
TemplateContext ctx)
Executes the given template. |
void |
DefineToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
ProcedureToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
StaticToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
BaseConditionToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
LogToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
TemplateRoot.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
abstract void |
TemplateToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
ForeachToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
AssertToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
CallprocToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
ExpressionToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
void |
IfToken.execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
boolean |
ElseToken.isTrue(TemplateContext ctx)
Tells whether or not the condition is true. |
abstract boolean |
BaseConditionToken.isTrue(TemplateContext ctx)
Tells whether or not the condition is true. |
boolean |
ElseifToken.isTrue(TemplateContext ctx)
Tells whether or not the condition is true. |
boolean |
IfToken.isTrue(TemplateContext ctx)
Tells whether or not the condition is true. |
Constructors in org.ujac.util.template with parameters of type TemplateContext | |
---|---|
TemplateContext(TemplateContext ctx)
Constructs a TemplateContext instance with specific attributes. |
Uses of TemplateContext in org.ujac.util.template.test |
---|
Fields in org.ujac.util.template.test declared as TemplateContext | |
---|---|
protected TemplateContext |
BaseTemplateTest.ctx
The template context to use. |
Uses of TemplateContext in org.ujac.web.servlet |
---|
Methods in org.ujac.web.servlet that return TemplateContext | |
---|---|
static TemplateContext |
TemplateInterpreterHelper.createTemplateContext(HttpServletRequest request)
Creates a new template context. |
static TemplateContext |
TemplateInterpreterHelper.createTemplateContext(PageContext pageContext)
Creates a new template context. |
TemplateContext |
TemplateContextHolder.getTemplateContext()
Gets the template context. |
static TemplateContext |
TemplateInterpreterHelper.getTemplateContext(PageContext pageContext,
Tag tag)
Creates a new template context. |
Uses of TemplateContext in org.ujac.web.tag |
---|
Methods in org.ujac.web.tag that return TemplateContext | |
---|---|
TemplateContext |
BaseConditionTag.getTemplateContext()
Gets the template context. |
TemplateContext |
BaseTag.getTemplateContext()
Gets the template context. |
TemplateContext |
ForeachTag.getTemplateContext()
Gets the template context. |
Methods in org.ujac.web.tag with parameters of type TemplateContext | |
---|---|
protected Object |
SetPropertyTag.typeCastValue(TemplateContext tctx,
String text,
String type)
Gets a well typed value for the given one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |