org.eclipse.modisco.jee.jsp
Interface JSPAction

All Superinterfaces:
Element, Node
All Known Subinterfaces:
JSPStdAction

public interface JSPAction
extends Element

A representation of the model object 'JSP Action'. Reference to a declared taglib :<%@ taglib prefix="myprefix" uri="taglib/mytag.tld" %> Eg : <myprefix:getText() />

The following features are supported:

See Also:
JspPackage.getJSPAction()
Generated:
Model:

Method Summary
 boolean isIsTagFragment()
          Returns the value of the 'Is Tag Fragment' attribute.
 void setIsTagFragment(boolean value)
          Sets the value of the 'Is Tag Fragment' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.xml.Element
getChildren
 
Methods inherited from interface org.eclipse.gmt.modisco.xml.Node
getName, getParent, setName, setParent
 

Method Detail

isIsTagFragment

boolean isIsTagFragment()
Returns the value of the 'Is Tag Fragment' attribute. The default value is "false".

If the meaning of the 'Is Tag Fragment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Tag Fragment' attribute.
See Also:
setIsTagFragment(boolean), JspPackage.getJSPAction_IsTagFragment()
Generated:
Model:
default="false"

setIsTagFragment

void setIsTagFragment(boolean value)
Sets the value of the 'Is Tag Fragment' attribute.

Parameters:
value - the new value of the 'Is Tag Fragment' attribute.
See Also:
isIsTagFragment()
Generated: