-
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
andweb-fragment.xml
descriptor files of the web application.- Since:
- Servlet 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Collection<JspPropertyGroupDescriptor>
getJspPropertyGroups()
Gets the<jsp-property-group>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
.Collection<TaglibDescriptor>
getTaglibs()
Gets the<taglib>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
.
-
-
-
Method Detail
-
getTaglibs
Collection<TaglibDescriptor> getTaglibs()
Gets the<taglib>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
.Any changes to the returned
Collection
must not affect thisJspConfigDescriptor
.- Returns:
- a (possibly empty)
Collection
of the<taglib<>/code> child elements of the
<jsp-config>
element represented by thisJspConfigDescriptor
-
getJspPropertyGroups
Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
Gets the<jsp-property-group>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
.Any changes to the returned
Collection
must not affect thisJspConfigDescriptor
.- Returns:
- a (possibly empty)
Collection
of the<jsp-property-group>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Impossible d'afficher cette page de l'infobrol
Type d'erreur (18-01)
ID de navigation incorrect : 95025Veuillez réessayer dans quelques minutes…
Steph