org.objectweb.jonathan.libs.kernel.decoders
Class JAlias
java.lang.Object
org.objectweb.jonathan.libs.kernel.decoders.JAlias
- Component, Forkable
public class JAlias
extends java.lang.Object
The alias runtime component implementation.
alias
protected Element alias
the referenced element
alias_name
protected Name alias_name
reference
protected Element reference
JAlias
public JAlias(String _alias_name,
char separator)
JAlias
public JAlias(Name _alias_name)
initialize
protected final void initialize()
JAlias specific initialization code. Retrieves the aliased
Element
(but don't instantiate its value!). Used
used internally by
JComponent
.
toString
public String toString()