| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JspConfigDescriptor
This interface provides access to the <jsp-config>
 related configuration of a web application.
 
The configuration is aggregated from the web.xml and
 web-fragment.xml descriptor files of the web application.
| Method Summary | |
|---|---|
 java.util.Collection<JspPropertyGroupDescriptor> | 
getJspPropertyGroups()
Gets the <jsp-property-group> child elements
 of the <jsp-config> element represented by this
 JspConfigDescriptor. | 
 java.util.Collection<TaglibDescriptor> | 
getTaglibs()
Gets the <taglib> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptor. | 
| Method Detail | 
|---|
java.util.Collection<TaglibDescriptor> getTaglibs()
<taglib> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptor.
 Any changes to the returned Collection must not 
 affect this JspConfigDescriptor.
Collection of the
 <taglib<>/code> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptorjava.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
<jsp-property-group> child elements
 of the <jsp-config> element represented by this
 JspConfigDescriptor.
 Any changes to the returned Collection must not 
 affect this JspConfigDescriptor.
Collection of the
 <jsp-property-group> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptor
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41