|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.Rule
org.apache.jetspeed.util.descriptor.PortletApplicationRule
Field Summary | |
protected String |
appName
|
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Constructor Summary | |
PortletApplicationRule(String appName)
|
Method Summary | |
void |
begin(String arg0,
String arg1,
Attributes arg2)
begin |
void |
end(String arg0,
String arg1)
end |
Methods inherited from class org.apache.commons.digester.Rule |
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String appName
Constructor Detail |
public PortletApplicationRule(String appName)
Method Detail |
public void begin(String arg0, String arg1, Attributes arg2) throws Exception
begin
arg0
- arg1
- arg2
-
Exception
Rule.begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)
public void end(String arg0, String arg1) throws Exception
end
arg0
- arg1
-
Exception
Rule.end(java.lang.String, java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |