public enum X4OPhase extends Enum<X4OPhase>
Enum Constant and Description |
---|
bindElementPhase
Binds objects together
|
configElementInterfacePhase |
configElementPhase
re runnable phases which config xml to beans and binds them together.
|
configGlobalAttributePhase |
configGlobalElBeansPhase
Optional extra config phase for injecting bean instances into the EL context.
|
configGlobalElementPhase |
createLanguagePhase
Load all meta info of the language we are creating.
|
createLanguageSiblingsPhase
Load all siblings languages.
|
debugPhase
write all phases and stuff to debug sax stream.
|
fillTemplatingPhase
Fill in the x4o templating objects.
|
parseSAXStreamPhase
Parse the xml from sax events.
|
releasePhase
Releases all Elements, which clears attributes and childeren etc.
|
runAttributesPhase
Fill the bean attributes from the Element xml attributes.
|
runDirtyElementLastPhase
Rerun all needed phases for all element that requested it.
|
runDirtyElementPhase
Run the phases which needs to be runned again from a phase.
|
runPhase
Run action stuff, we are ready with it.
|
startupX4OPhase
Defines this meta startup phase.
|
startX4OPhase
emty meta phase to refer to that sax is ready and element s are waiting for processing.
|
transformPhase
transform phase , modifies the Element Tree.
|
Modifier and Type | Field and Description |
---|---|
static X4OPhase |
FIRST_PHASE
Defines which phase we start, when context is created.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isRunOnce()
Returns a flag indicating that this phase is runnable multiple times.
|
static X4OPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X4OPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X4OPhase startupX4OPhase
public static final X4OPhase createLanguagePhase
public static final X4OPhase createLanguageSiblingsPhase
public static final X4OPhase parseSAXStreamPhase
public static final X4OPhase configGlobalElBeansPhase
public static final X4OPhase startX4OPhase
public static final X4OPhase configElementPhase
public static final X4OPhase configElementInterfacePhase
public static final X4OPhase configGlobalElementPhase
public static final X4OPhase configGlobalAttributePhase
public static final X4OPhase runAttributesPhase
public static final X4OPhase fillTemplatingPhase
public static final X4OPhase transformPhase
public static final X4OPhase runDirtyElementPhase
public static final X4OPhase bindElementPhase
public static final X4OPhase runDirtyElementLastPhase
public static final X4OPhase releasePhase
public static final X4OPhase debugPhase
public static final X4OPhase FIRST_PHASE
public static X4OPhase[] values()
for (X4OPhase c : X4OPhase.values()) System.out.println(c);
public static X4OPhase valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic boolean isRunOnce()
Copyright © 2004-2012 X4O. All Rights Reserved.