|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
|||||||||
| ПРЕДЫДУЩИЙ СЛЕДУЮЩИЙ КЛАСС КЛАССА | ФРЕЙМЫ НИКАКИЕ ФРЕЙМЫ | ||||||||
| СВОДКА: ВЛОЖЕННЫЙ | ПОЛЕ | CONSTR | МЕТОД | ДЕТАЛЬ: ПОЛЕ | CONSTR | МЕТОД | ||||||||
public interface JspConfigDescriptor
Этот интерфейс обеспечивает доступ к <jsp-config> связанная конфигурация веб-приложения.
Конфигурация агрегирована от web.xml и web-fragment.xml файлы дескриптора веб-приложения.
| Сводка метода | |
|---|---|
java.util.Collection<JspPropertyGroupDescriptor> |
getJspPropertyGroups()
Добирается <jsp-property-group> дочерние элементы <jsp-config> элемент представляется этим JspConfigDescriptor. |
java.util.Collection<TaglibDescriptor> |
getTaglibs()
Добирается <taglib> дочерние элементы <jsp-config> элемент представляется этим JspConfigDescriptor. |
| Деталь метода |
|---|
java.util.Collection<TaglibDescriptor> getTaglibs()
<taglib> дочерние элементы <jsp-config> элемент представляется этим JspConfigDescriptor. Любые изменения к возвращенному Collection не должен влиять на это JspConfigDescriptor.
Collection из <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 | ФРЕЙМЫ НИКАКИЕ ФРЕЙМЫ | ||||||||
| 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
Generated on 10-February-2011 12:41