|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.xpshared.htmlelements.HTMLElement
com.plumtree.xpshared.htmlelements.HTMLNoScript
public class HTMLNoScript
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
|---|
HTMLElement.ValidationLevel |
| Field Summary |
|---|
| Fields inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
|---|
aNewLine, bAllowEvents, bAllowSetStyleClassWithString, bCheckNestedStringForHTML, bDisplayDidPause, bEnforceMaxTableDepth, bForceFormattingOff, bForceFormattingOn, bPauseAfterDisplay, bPrintComments, bResumingAndChildFinished, bResumingAndChildInMidRender, bShowLang, iMaxTableDepth, sLangLocal, sNewLine, sTab |
| Constructor Summary | |
|---|---|
HTMLNoScript()
|
|
| Method Summary | |
|---|---|
protected void |
AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
Concrete subclasses must implement this method. |
protected void |
AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
Concrete subclasses must implement this method. |
protected boolean |
ProvidesClosingTag()
Implement this method to indicate whether a concrete subclass of HTMLElement provides a closing tag. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLNoScript()
| Method Detail |
|---|
protected void AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
HTMLElement
AppendBeginningOfOpeningTag in class HTMLElementbFormat - Pass a boolean indicating whether or not to format.sb - Pass an XPStringBuilder. If this is not null, HTML will
be appended to this string builder.response - Pass an IXPResponse. If this is not null, HTML will
be written to this response.
protected void AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
HTMLElement
AppendClosingTag in class HTMLElementbFormat - Pass a boolean indicating whether or not to format.sb - Pass an XPStringBuilder. If this is not null, HTML will
be appended to this string builder.response - Pass an IXPResponse. If this is not null, HTML will
be written to this response.protected boolean ProvidesClosingTag()
HTMLElement
ProvidesClosingTag in class HTMLElement
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||