|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.util.xml.BaseRule
org.apache.tapestry.script.ScriptRule
public class ScriptRule
Rule for <script> element. Creates a ParsedScript
.
Constructor Summary | |
---|---|
ScriptRule(ExpressionEvaluator evaluator,
ValueConverter valueConverter)
|
Method Summary | |
---|---|
void |
endElement(RuleDirectedParser parser)
Invoked just after the rule is popped off the rule stack. |
void |
startElement(RuleDirectedParser parser,
org.xml.sax.Attributes attributes)
Invoked just after the rule is pushed onto the rule stack. |
Methods inherited from class org.apache.tapestry.util.xml.BaseRule |
---|
content, getAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptRule(ExpressionEvaluator evaluator, ValueConverter valueConverter)
Method Detail |
---|
public void endElement(RuleDirectedParser parser)
IRule
endElement
in interface IRule
endElement
in class BaseRule
public void startElement(RuleDirectedParser parser, org.xml.sax.Attributes attributes)
IRule
startElement
in interface IRule
startElement
in class BaseRule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |