org.ow2.jasmine.jadort.service.action.modJK
Class JkActionParser
java.lang.Object
org.apache.jk.status.JkStatusParser
org.ow2.jasmine.jadort.service.action.modJK.JkActionParser
public class JkActionParser
- extends org.apache.jk.status.JkStatusParser
Parses responses from the mod_jk manager.
- Author:
- Malek Chahine, Remy Bresson, S. Ali Tokmen
|
Field Summary |
protected static org.apache.tomcat.util.digester.Digester |
actionDigester
Action digester. |
| Fields inherited from class org.apache.jk.status.JkStatusParser |
digester |
|
Method Summary |
protected static org.apache.tomcat.util.digester.Digester |
createActionDigester()
Create and configure the Digester we will be using for setup mod_jk jk
action result page. |
static org.apache.tomcat.util.digester.Digester |
getActionDigester()
|
java.lang.String |
getInfo()
Return descriptive information about this implementation and the
corresponding version number, in the format
<description>/<version>. |
| Methods inherited from class org.apache.jk.status.JkStatusParser |
createDigester, getDigester |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionDigester
protected static org.apache.tomcat.util.digester.Digester actionDigester
- Action digester.
JkActionParser
public JkActionParser()
getInfo
public java.lang.String getInfo()
- Return descriptive information about this implementation and the
corresponding version number, in the format
<description>/<version>.
- Overrides:
getInfo in class org.apache.jk.status.JkStatusParser
getActionDigester
public static org.apache.tomcat.util.digester.Digester getActionDigester()
- Returns:
- The action digester we will be using for setup mod_jk jk action
result page.
createActionDigester
protected static org.apache.tomcat.util.digester.Digester createActionDigester()
- Create and configure the Digester we will be using for setup mod_jk jk
action result page.
Copyright © 2009 OW2 Consortium. All Rights Reserved.