Searched defs:addCommand (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ssi/
H A DSSIProcessor.java100 addCommand("config", new SSIConfig());
101 addCommand("echo", new SSIEcho());
102 addCommand("exec", new SSIExec());
103 addCommand("include", new SSIInclude());
104 addCommand("flastmod", new SSIFlastmod());
105 addCommand("fsize", new SSIFsize());
106 addCommand("printenv", new SSIPrintenv());
107 addCommand("set", new SSISet());
109 addCommand("if", ssiConditional);
110 addCommand("eli
116 public void addCommand(String name, SSICommand command) { method in class:SSIProcessor
[all...]

Completed in 19 milliseconds