|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrun.jsp.parser.JSPVisitor
|
+--jrun.jsp.parser.IncludeVisitor
| Inner Class Summary | |
class |
IncludeVisitor.IncludeIOException
({line}) IOException, processing page {uri}: {rootCause} |
class |
IncludeVisitor.PageNotFoundException
({line}) The page {uri} was not found |
class |
IncludeVisitor.RecursiveInclude
({line}) Include of {uri} would cause infinite recursion |
| Field Summary | |
protected TranslationContext |
tc
|
| Fields inherited from class jrun.jsp.parser.JSPVisitor |
attribute, attrs, directiveType |
| Constructor Summary | |
IncludeVisitor(TranslationContext tc)
|
|
| Method Summary | |
void |
includeDirective(SimpleNode s,
java.util.Map m)
|
| Methods inherited from class jrun.jsp.parser.JSPVisitor |
acdata, attribute_value, attribute, comment, declaration, directive_type, directive, empty_tag_close, end_tag, expression, getAttrVal, jsp, pageDirective, pass, qcdata, scriptlet, start_tag_close, start_tag, start_tag, taglibDirective, unknownDirective |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TranslationContext tc
| Constructor Detail |
public IncludeVisitor(TranslationContext tc)
| Method Detail |
public void includeDirective(SimpleNode s,
java.util.Map m)
includeDirective in class JSPVisitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||