|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jasper.compiler.SmapGenerator
public class SmapGenerator
Represents a source map (SMAP), which serves to associate lines of the input JSP file(s) to lines in the generated servlet in the final .class file, according to the JSR-045 spec.
Constructor Summary | |
---|---|
SmapGenerator()
|
Method Summary | |
---|---|
void |
addSmap(java.lang.String smap,
java.lang.String stratumName)
Adds the given string as an embedded SMAP with the given stratum name. |
void |
addStratum(SmapStratum stratum,
boolean defaultStratum)
Adds the given SmapStratum object, representing a Stratum with logically associated FileSection and LineSection blocks, to the current SmapGenerator. |
java.lang.String |
getString()
|
static void |
main(java.lang.String[] args)
|
void |
setDoEmbedded(boolean status)
Instructs the SmapGenerator whether to actually print any embedded SMAPs or not. |
void |
setOutputFileName(java.lang.String x)
Sets the filename (without path information) for the generated source file. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SmapGenerator()
Method Detail |
---|
public void setOutputFileName(java.lang.String x)
public void addStratum(SmapStratum stratum, boolean defaultStratum)
stratum
- the SmapStratum object to adddefaultStratum
- if true, this SmapStratum is considered
to represent the default SMAP stratum unless
overwrittenpublic void addSmap(java.lang.String smap, java.lang.String stratumName)
smap
- the SMAP to embedstratumName
- the name of the stratum output by the compilation
that produced the smap to be embeddedpublic void setDoEmbedded(boolean status)
status
- If false, ignore any embedded SMAPs.public java.lang.String getString()
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |