org.objectweb.jonathan.libs.kernel
Class JContextFactory.ContextElement
- JContextFactory
- Element
public static class JContextFactory.ContextElement
Class of the context elements used by JContextFactory.
protected boolean | checkType()
|
protected void | reset() - Resets the element, setting all object reference members to null,
and possibly recycling the element in a pool.
|
String | toString() - Contructs a new context element, using the provided component.
|
ContextElement
public ContextElement(Context container)
Constructs a new context element.
checkType
protected boolean checkType()
reset
protected void reset()
Resets the element, setting all object reference members to null,
and possibly recycling the element in a pool.
toString
public String toString()
Contructs a new context element, using the provided component.
After contruction, the containing element of the provided component is
the newly created element.
- toString in interface JElement