Spec-Zone .ru
спецификации, руководства, описания, API


javax.servlet.descriptor
Интерфейс JspConfigDescriptor


public interface JspConfigDescriptor

Этот интерфейс обеспечивает доступ к <jsp-config> связанная конфигурация веб-приложения.

Конфигурация агрегирована от web.xml и web-fragment.xml файлы дескриптора веб-приложения.

С тех пор:
Сервлет 3.0

Сводка метода
 java.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
          Добирается <jsp-property-group> дочерние элементы <jsp-config> элемент представляется этим JspConfigDescriptor.
 java.util.Collection<TaglibDescriptor> getTaglibs()
          Добирается <taglib> дочерние элементы <jsp-config> элемент представляется этим JspConfigDescriptor.
 

Деталь метода

getTaglibs

java.util.Collection<TaglibDescriptor> getTaglibs()
Добирается <taglib> дочерние элементы <jsp-config> элемент представляется этим JspConfigDescriptor.

Любые изменения к возвращенному Collection не должен влиять на это JspConfigDescriptor.

Возвраты:
(возможно пустой) Collection из <taglib<>/code> child elements of the <jsp-config> element represented by this JspConfigDescriptor

getJspPropertyGroups

java.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
Gets the <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.

Returns:
a (possibly empty) Collection of the <jsp-property-group> child elements of the <jsp-config> element represented by this JspConfigDescriptor


Представьте ошибку или функцию

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

free hit counter