| Package | Description |
|---|---|
| org.onemind.jxp | |
| org.onemind.jxp.config | |
| org.onemind.jxp.servlet |
| Modifier and Type | Method and Description |
|---|---|
static JxpProcessor |
JxpFactory.getProcessor(java.io.InputStream config)
Get the processor from the config
|
static JxpProcessor |
JxpFactory.getProcessor(java.lang.String configFile)
Get the processor from the config
|
| Modifier and Type | Field and Description |
|---|---|
private JxpProcessor |
JxpConfigDigester._processor
the processor
|
| Modifier and Type | Method and Description |
|---|---|
JxpProcessor |
JxpConfigDigester.getProcessor()
Return the created processor
|
| Modifier and Type | Field and Description |
|---|---|
private JxpProcessor |
JxpServlet._processor
the processor
|
| Modifier and Type | Method and Description |
|---|---|
private JxpProcessor |
JxpServlet.getProcessor(javax.servlet.http.HttpServletRequest req)
Get the processor
|