| Modifier and Type | Method and Description |
|---|---|
IElement |
IExtension.getElement()
The defining root
Element for the IExtension. |
| Modifier and Type | Method and Description |
|---|---|
IElement |
StandardExtension.getElement() |
IElement |
StandardExtension.Facade.getElement() |
IElement |
ExtensionObjectProxy.getElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardInstrument.configure(IElement element) |
void |
ExtensionObjectProxy.configure(IElement element) |
void |
StandardExtension.setElement(IElement element) |
| Constructor and Description |
|---|
ExtensionObjectProxy(Class pProxyClass,
Object context,
IElement pElement) |
ExtensionObjectProxy(Class pProxyClass,
Object context,
IElement pElement,
String classAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilteredCredentialStore.configure(IElement element) |
void |
UserPasswordCredential.serialize(IElement element) |
void |
NTCredential.serialize(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
IElement |
LazyBean.getElement() |
| Constructor and Description |
|---|
LazyBean(IElement element,
Object context) |
| Modifier and Type | Method and Description |
|---|---|
IElement |
GenericCategory.getElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericCategory.configure(IElement pElement) |
static void |
CategoryTools.configureCategory(Object target,
IElement pElement)
Configure categories for target.
|
void |
GenericCategory.setElement(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
IElement |
CodeExit.getElement()
The
IElement that was used to configure this. |
IElement |
CodeExit.getHandlerElement()
The
IElement that was used configured to be forwarded to a
ICodeExitHandler. |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeExit.configure(IElement pElement) |
static CodeExit<?> |
CodeExit.createFromElement(IElement element) |
void |
CodeExit.serialize(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpireOr.serialize(IElement element) |
void |
ExpireAnd.serialize(IElement element) |
void |
ExpirationPredicate.serialize(IElement element) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementElementAdapter
Adapt a W3C DOM to
IElement |
| Modifier and Type | Method and Description |
|---|---|
IElement |
W3CElementFactory.createElement(String name) |
IElement |
ElementElementAdapter.element(String name) |
IElement |
DocumentDocumentAdapter.getRootElement() |
IElement |
ElementElementAdapter.newElement(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IElement> |
ElementElementAdapter.elementIterator() |
Iterator<IElement> |
ElementElementAdapter.elementIterator(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementElementAdapter.elementRemove(IElement pElement) |
void |
DocumentDocumentAdapter.setRootElement(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctorSubscription.configure(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
IElement |
CommonFactory.getInstanceConfiguration() |
IElement |
GenericFactory.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericFactory.configure(IElement pElement) |
void |
CommonFactory.configure(IElement pElement) |
void |
CommonFactory.setInstanceConfiguration(IElement instanceConfiguration) |
void |
GenericFactory.setTemplate(IElement template) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarationFunctor.configure(IElement pElement) |
void |
DeclarationFunctor.serialize(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
IElement |
ConfigurableFunctor.getElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableFunctor.configure(IElement pElement) |
void |
DeclarationIO.deserializeArgumentDeclaration(IDeclarationBlock declarationBlock,
IElement element,
boolean secret) |
void |
DeclarationIO.deserializeDeclarationBlock(IDeclarationBlock declarationBlock,
IElement element) |
void |
DeclarationIO.deserializeDeclarationElements(IDeclarationBlock declarationBlock,
IElement declarationsElement,
boolean secret) |
IFunctor |
DeclarationIO.deserializeDefaultFunctor(IArgumentDeclaration declaration,
IElement element,
boolean secret) |
void |
DeclarationIO.serializeArgumentDeclaration(ArgumentDeclaration declaration,
IElement element,
boolean secret) |
void |
DeclarationIO.serializeDeclarationBlock(IDeclarationBlock declarationBlock,
IElement element) |
void |
DeclarationIO.serializeDeclarationElement(IDeclarationElement declaration,
IElement element,
boolean secret) |
void |
DeclarationIO.serializeDeclarationElements(IDeclarationElement[] elements,
IElement declarationsElement,
boolean secret) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardElement
A standard implementation for
IElement. |
| Modifier and Type | Method and Description |
|---|---|
IElement |
StandardElementFactory.createElement(String name) |
IElement |
IElementFactory.createElement(String name)
Create a new
IElement |
IElement |
StandardElement.element(String name) |
IElement |
IElement.element(String name)
The (first)
IElement named "name" within this element or null if
it does not exist. |
IElement |
ElementObjectProxy.getElement() |
IElement |
StandardDocument.getRootElement() |
IElement |
IDocument.getRootElement()
The root
IElement of this. |
IElement |
StandardElement.newElement(String name) |
IElement |
IElement.newElement(String name)
Create and attach a new
IElement |
static IElement |
ElementTools.parseElement(String value) |
static IElement |
ElementTools.toElement(IArgs args)
Create an
Element from args. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IElement> |
StandardElement.elementIterator() |
Iterator<IElement> |
IElement.elementIterator()
|
Iterator<IElement> |
StandardElement.elementIterator(String name) |
Iterator<IElement> |
IElement.elementIterator(String name)
|
| Modifier and Type | Method and Description |
|---|---|
void |
IElementConfigurable.configure(IElement element) |
void |
ElementObjectProxy.configure(IElement pElement) |
void |
IElementConfigurationHandler.configure(Object target,
IElement element) |
static void |
ElementTools.copy(IElement to,
IElement from) |
static void |
ElementTools.copyAttributes(IElement to,
IElement from) |
static void |
ElementTools.copyElements(IElement to,
IElement from) |
static void |
ElementTools.copyText(IElement to,
IElement from) |
static <T> Class<T> |
ElementTools.createClass(IElement element,
String classAttribute,
Class<T> expectedClass,
Object context) |
static IFunctor |
ElementTools.createFunctor(Object owner,
IElement element,
String role,
Object context)
This is a tool method to create an
IFunctor. |
static <T> T |
ElementTools.createObject(IElement element,
Class<T> expectedClass,
Object context) |
static <T> T |
ElementTools.createObject(IElement element,
String role,
Class<T> expectedClass,
Object context)
Create an object of type expectedClass as described in element.
|
static <T> T |
ElementTools.createObjectChild(Object owner,
IElement element,
Class<T> expectedClass,
Object context) |
static <T> T |
ElementTools.createPropertyValue(Object owner,
IElement element,
Class<T> expectedClass,
Object context) |
void |
StandardElement.elementRemove(IElement pElement) |
void |
IElement.elementRemove(IElement targetElement)
Remove targeElement from this.
|
static boolean |
DocumentTools.equals(IElement a,
IElement b) |
static boolean |
ElementTools.getBool(IElement element,
String attributeName,
boolean defaultValue) |
static boolean |
ElementTools.getBoolean(IElement element,
String attributeName,
boolean defaultValue) |
static char[] |
ElementTools.getCharArray(IElement element,
String attributeName,
char[] defaultValue) |
static Color |
ElementTools.getColor(IElement element,
String name,
Color defaultValue)
The argument value at
name as a Color. |
static double |
ElementTools.getDouble(IElement element,
String attributeName,
double defaultValue) |
static <T extends EnumItem> |
ElementTools.getEnumItem(IElement element,
String attributeName,
EnumMeta<T> meta) |
static <T extends EnumItem> |
ElementTools.getEnumItem(IElement element,
String attributeName,
EnumMeta<T> meta,
T defaultValue) |
static float |
ElementTools.getFloat(IElement element,
String attributeName,
float defaultValue) |
static int |
ElementTools.getInt(IElement element,
String attributeName,
int defaultValue) |
static long |
ElementTools.getLong(IElement element,
String attributeName,
long defaultValue) |
static boolean |
ElementTools.getPathBoolean(IElement element,
String path,
boolean defaultValue) |
static double |
ElementTools.getPathDouble(IElement element,
String path,
double defaultValue) |
static float |
ElementTools.getPathFloat(IElement element,
String path,
float defaultValue) |
static int |
ElementTools.getPathInt(IElement element,
String path,
int defaultValue) |
static String |
ElementTools.getPathString(IElement element,
String path,
String defaultValue) |
static String |
ElementTools.getString(IElement element,
String attributeName,
String defaultValue) |
void |
IElementSerializable.serialize(IElement element)
Serialize the state in
element. |
void |
IElementSerializationHandler.serialize(Object target,
IElement element)
Serialize the state of
target in element. |
static void |
ElementTools.serialize(Object value,
IElement element,
String role) |
static void |
ElementTools.setCDATA(IElement element,
String value) |
static void |
ElementTools.setProperties(Object object,
IElement element,
Object context)
Set properties in object based on the list of property information
contained in element.
|
static void |
ElementTools.setProperty(Object object,
IElement element,
Object context)
Set a property in object based on the property information contained in
element.
|
void |
StandardDocument.setRootElement(IElement element) |
void |
IDocument.setRootElement(IElement element)
|
static void |
ElementTools.write(ContentHandler handler,
IElement element) |
void |
XMLWriter.write(IElement element) |
| Constructor and Description |
|---|
ElementArgsAdapter(IElement element) |
ElementChildrenArgsAdapter(IElement element,
String name) |
ElementObjectProxy(Class pProxyClass,
IElement pElement,
ClassLoader pClassLoader) |
ElementObjectProxy(Class pProxyClass,
IElement pElement,
String classAttribute,
ClassLoader pClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPathLocatorFactory.configure(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroReturn.configure(IElement element) |
void |
MacroLoop.configure(IElement element) |
void |
MacroFunctor.configure(IElement element) |
void |
MacroCondition.configure(IElement element) |
void |
MacroBlock.configure(IElement element) |
void |
MacroAssign.configure(IElement element) |
void |
MacroReturn.serialize(IElement element) |
void |
MacroLoop.serialize(IElement element) |
void |
MacroFunctor.serialize(IElement element) |
void |
MacroCondition.serialize(IElement element) |
void |
MacroBlock.serialize(IElement element) |
void |
MacroAssign.serialize(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
Monitor.configure(IElement element) |
void |
MemberMonitor.configure(IElement element) |
void |
CounterMonitor.configure(IElement element) |
void |
CompositeMonitor.configure(IElement element) |
void |
AbstractMonitor.configure(IElement element) |
static IMonitor[] |
MonitorFactory.createMonitors(IElement element,
Object context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonHostnameVerifier.configure(IElement element) |
void |
CommonHostnameVerifier.serialize(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TagTools.configureTags(Object target,
IElement pElement)
Configure tags for target.
|
| Modifier and Type | Method and Description |
|---|---|
IElement |
UIComponent.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIWizard.configure(IElement element) |
void |
UIComponent.configure(IElement element) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.