| java.lang.Object com.sun.rave.web.ui.model.Markup com.sun.rave.web.ui.model.ScriptMarkup
ScriptMarkup | public class ScriptMarkup extends Markup (Code) | | Specialized version of
Markup that automatically surrounds
any accumulated markup in this element with the required prolog and
epilogue strings for an embedded script element.
|
getMarkup | public String getMarkup()(Code) | | Return the accumulated markup for this element, surrounded by the
required prolog and epilog strings for an embedded script element.
|
isCdata | public boolean isCdata()(Code) | | Return the current state of CDATA wrapping for this markup.
|
setCdata | public void setCdata(boolean cdata)(Code) | | Set the new state of CDATA wrapping for this markup.
Parameters: cdata - New wrapping flag |
|
|