Class ControlActionReaderV1<T extends N2oControlActionLink>
- java.lang.Object
-
- net.n2oapp.framework.config.reader.tools.ControlActionReaderV1<T>
-
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,ElementReader<T>,TypedElementReader<T>
- Direct Known Subclasses:
ActionButtonsReaderV1
public abstract class ControlActionReaderV1<T extends N2oControlActionLink> extends Object implements TypedElementReader<T>
Абстрактный reader действий в контроллах
-
-
Field Summary
Fields Modifier and Type Field Description static org.jdom.NamespaceDEFAULT_EVENT_NAMESPACE_URI
-
Constructor Summary
Constructors Constructor Description ControlActionReaderV1()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tread(org.jdom.Element element)protected Tread(T t, org.jdom.Element element, org.jdom.Namespace namespace)protected abstract TreadControlAction(org.jdom.Element element, org.jdom.Namespace namespace)voidsetReaderFactory(NamespaceReaderFactory readerFactory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
-
-
-
Method Detail
-
setReaderFactory
public void setReaderFactory(NamespaceReaderFactory readerFactory)
-
read
public T read(org.jdom.Element element)
- Specified by:
readin interfaceElementReader<T extends N2oControlActionLink>
-
readControlAction
protected abstract T readControlAction(org.jdom.Element element, org.jdom.Namespace namespace)
-
-