Package | Description |
---|---|
com.caucho.servlets.ssi |
Modifier and Type | Class and Description |
---|---|
class |
BlockStatement
Represents a SSI statement
|
class |
ConfigStatement
Represents a SSI config statement
|
class |
EchoStatement
Represents a SSI echo statement
|
class |
ElifStatement
Represents a SSI set statement
|
class |
ElseStatement
Represents a SSI set statement
|
class |
EndifStatement
Represents a SSI set statement
|
class |
ErrorStatement
Represents a SSI statement
|
class |
IfStatement
Represents a SSI set statement
|
class |
IncludeStatement
Represents a SSI include statement
|
class |
SetStatement
Represents a SSI set statement
|
class |
TextStatement
Represents a SSI statement
|
Modifier and Type | Method and Description |
---|---|
Statement |
SSIFactory.createStatement(java.lang.String cmd,
java.util.HashMap<java.lang.String,java.lang.String> attr,
Path path)
Return a statement, or null if the cmd is not known.
|