Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.jasper.compiler.Node
org.apache.jasper.compiler.Node.Root
public static class Node.Root
extends org.apache.jasper.compiler.Node
Nested Class Summary |
Field Summary |
Fields inherited from class org.apache.jasper.compiler.Node | |
attrs , beginJavaLine , body , endJavaLine , innerClassName , localName , namedAttributeNodes , nonTaglibXmlnsAttrs , parent , qName , startMark , taglibAttrs , text |
Method Summary | |
void | |
String | |
String | |
Node.Root | |
boolean | |
boolean | |
boolean | |
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.jasper.compiler.Node | |
getAttributeValue , getAttributes , getBeginJavaLine , getBody , getEndJavaLine , getInnerClassName , getLocalName , getNamedAttributeNode , getNamedAttributeNodes , getNonTaglibXmlnsAttributes , getParent , getQName , getRoot , getStart , getTaglibAttributes , getText , getTextAttribute , isDummy , setAttributes , setBeginJavaLine , setBody , setEndJavaLine , setInnerClassName |
public String getJspConfigPageEncoding()
public String getPageEncoding()
public Node.Root getParentRoot()
- Returns:
- The enclosing root to this Root. Usually represents the page that includes this one.
public boolean isDefaultPageEncoding()
public boolean isEncodingSpecifiedInProlog()
public boolean isXmlSyntax()
public void setIsDefaultPageEncoding(boolean isDefault)
public void setIsEncodingSpecifiedInProlog(boolean isSpecified)
public void setJspConfigPageEncoding(String enc)
public void setPageEncoding(String enc)