|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.servlets.ssi.SSIFactory
public class SSIFactory
A factory that returns Statement
for named commands.
Constructor Summary | |
---|---|
SSIFactory()
|
Method Summary | |
---|---|
Statement |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSIFactory()
Method Detail |
---|
public Statement createStatement(java.lang.String cmd, java.util.HashMap<java.lang.String,java.lang.String> attr, Path path)
cmd
- the name of a commandattr
- a map of attributes and valuespath
- a path to the .shtml file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |