public interface JSPAction extends Element
The following features are supported:
JspPackage.getJSPAction()| Modifier and Type | Method and Description |
|---|---|
boolean |
isIsTagFragment()
Returns the value of the 'Is Tag Fragment' attribute.
|
void |
setIsTagFragment(boolean value)
Sets the value of the '
Is Tag Fragment' attribute. |
getChildrenboolean isIsTagFragment()
"false".
If the meaning of the 'Is Tag Fragment' attribute isn't clear, there really should be more of a description here...
setIsTagFragment(boolean),
JspPackage.getJSPAction_IsTagFragment()void setIsTagFragment(boolean value)
Is Tag Fragment' attribute.
value - the new value of the 'Is Tag Fragment' attribute.isIsTagFragment()