|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.digester.Rule org.apache.tapestry.parse.AbstractSpecificationRule org.apache.tapestry.parse.DisallowFrameworkNamespaceRule
public class DisallowFrameworkNamespaceRule
Special purpose rule that simple validates that a library does not use the reserved framework namespace.
Field Summary |
---|
Fields inherited from class org.apache.commons.digester.Rule |
---|
digester, namespaceURI |
Constructor Summary | |
---|---|
DisallowFrameworkNamespaceRule()
|
Method Summary | |
---|---|
void |
begin(String namespace,
String name,
org.xml.sax.Attributes attributes)
|
Methods inherited from class org.apache.tapestry.parse.AbstractSpecificationRule |
---|
getLocation, getResourceLocation, getValue, setProperty |
Methods inherited from class org.apache.commons.digester.Rule |
---|
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisallowFrameworkNamespaceRule()
Method Detail |
---|
public void begin(String namespace, String name, org.xml.sax.Attributes attributes) throws Exception
begin
in class org.apache.commons.digester.Rule
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |