public final class InjectionXmlConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI_0_1 |
| Modifier and Type | Method and Description |
|---|---|
static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> |
configure(InjectionContext ctx,
net.lecousin.framework.io.IO.Readable xml)
Configure the given InjectionContext with the XML file.
|
static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> |
configure(InjectionContext ctx,
String filename)
Configure the given InjectionContext with the XML file.
|
static void |
configureInjection(InjectionContext ctx,
net.lecousin.framework.xml.XMLStreamReader xml)
Configure the given context with the given XML which must be on an Injection element.
|
static ObjectAttribute |
readObjectAttribute01(InjectionContext ctx,
net.lecousin.framework.xml.XMLStreamReader xml,
net.lecousin.framework.application.Application app)
Read an attribute from the given XML which must be on the attribute element.
|
static ObjectMethod |
readObjectMethod01(net.lecousin.framework.xml.XMLStreamReader xml)
Read an object method from an XML stream (version 0-1).
|
public static final String NAMESPACE_URI_0_1
public static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> configure(InjectionContext ctx, String filename)
public static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> configure(InjectionContext ctx, net.lecousin.framework.io.IO.Readable xml)
public static void configureInjection(InjectionContext ctx, net.lecousin.framework.xml.XMLStreamReader xml) throws Exception
Exceptionpublic static ObjectAttribute readObjectAttribute01(InjectionContext ctx, net.lecousin.framework.xml.XMLStreamReader xml, net.lecousin.framework.application.Application app) throws Exception
Exceptionpublic static ObjectMethod readObjectMethod01(net.lecousin.framework.xml.XMLStreamReader xml) throws Exception
ExceptionCopyright © 2018. All rights reserved.