Package | Description |
---|---|
com.caucho.servlets.ssi |
Modifier and Type | Class and Description |
---|---|
class |
ConcatExpr
Represents a SSI string concat expression
|
class |
EqExpr
Represents a SSI string expression
|
class |
GeExpr
Represents a SSI string expression
|
class |
GtExpr
Represents a SSI string expression
|
class |
LeExpr
Represents a SSI string expression
|
class |
LtExpr
Represents a SSI string expression
|
class |
StringExpr
Represents a SSI string expression
|
class |
VarExpr
Represents a SSI variable
|
Modifier and Type | Method and Description |
---|---|
static SSIExpr |
ExprParser.parseConcat(java.lang.String expr,
Path path)
parse a string.
|
static SSIExpr |
ExprParser.parseString(java.lang.String expr,
Path path)
parse a string.
|
Constructor and Description |
---|
ElifStatement(SSIExpr test) |
IfStatement(SSIExpr test) |