|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jsp22.JspConfigTypeImpl<T>
public class JspConfigTypeImpl<T>
This class implements the jsp-configType
xsd type
Original Documentation:
The jsp-configType is used to provide global configuration
information for the JSP files in a web application. It has
two subelements, taglib and jsp-property-group.
Constructor Summary | |
---|---|
JspConfigTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
JspConfigTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<JspPropertyGroupType<JspConfigType<T>>> |
getJspPropertyGroupList()
Returns all jsp-property-group elements |
java.util.List<TaglibType<JspConfigType<T>>> |
getTaglibList()
Returns all taglib elements |
JspPropertyGroupType<JspConfigType<T>> |
jspPropertyGroup()
Returns the jsp-property-group element |
JspConfigType<T> |
removeAllJspPropertyGroup()
Removes all jsp-property-group elements |
JspConfigType<T> |
removeAllTaglib()
Removes all taglib elements |
TaglibType<JspConfigType<T>> |
taglib()
Returns the taglib element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspConfigTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public JspConfigTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public JspConfigType<T> removeAllTaglib()
taglib
elements
removeAllTaglib
in interface JspConfigType<T>
JspConfigType
public TaglibType<JspConfigType<T>> taglib()
taglib
element
taglib
in interface JspConfigType<T>
taglib
public java.util.List<TaglibType<JspConfigType<T>>> getTaglibList()
taglib
elements
getTaglibList
in interface JspConfigType<T>
taglib
public JspConfigType<T> removeAllJspPropertyGroup()
jsp-property-group
elements
removeAllJspPropertyGroup
in interface JspConfigType<T>
JspConfigType
public JspPropertyGroupType<JspConfigType<T>> jspPropertyGroup()
jsp-property-group
element
jspPropertyGroup
in interface JspConfigType<T>
jsp-property-group
public java.util.List<JspPropertyGroupType<JspConfigType<T>>> getJspPropertyGroupList()
jsp-property-group
elements
getJspPropertyGroupList
in interface JspConfigType<T>
jsp-property-group
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |