Корневой элемент beans. Пространство имен: <beans lxmlns="http://www.springframework.org/schema/beans">

Классификатор считывает набор значений из заданного вида

<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:c="http://www.springframework.org/schema/c"
       xmlns="http://www.springframework.org/schema/beans"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">        

		<bean id="clMeetingType" class="ru.intertrust.cmj.af.search.dp.CmClassifierByView" c:notesView="(MeetingTypeSettings)">
    		<property name="keys">
        		<list>
            		<value>CmClassifierByView</value>
        		</list>
    		</property>
		</bean>  
</beans>

attributes

ПараметрыОписание

id

Уникальный идентификатор

class

ru.intertrust.cmj.af.search.dp.CmClassifierByView

c:notesView

Название коллекции, в которой отображаются значения

property.name="keys"

Ключ

list

ПараметрыОписание
value

Указывается статичный параметр: CmClassifierByView

CmClassifierByView
Статус

Комментарий

Теги и атрибуты: