Package | Description |
---|---|
com.caucho.jsp |
Modifier and Type | Method and Description |
---|---|
AnalyzedTag |
TagAnalyzer.analyze(java.lang.Class<?> tagClass)
Analyzes a tag.
|
AnalyzedTag |
ParseTagManager.analyzeTag(java.lang.Class cl)
Analyzes the tag.
|
AnalyzedTag |
TagInstance.getAnalyzedTag()
Returns the analyzed tag.
|
AnalyzedTag |
AnalyzedTag.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
TagAnalyzer.analyzeByReflection(java.lang.Class<?> tagClass,
AnalyzedTag tag,
AnalyzedTag parent)
Analyzes the tag by reflection.
|
void |
AnalyzedTag.setParent(AnalyzedTag parent) |