|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.base.AbstractXMLObject
it.eng.spago.base.BaseContainer
it.eng.spago.base.ApplicationContainer
Method Summary | |
CloneableObject |
cloneObject()
Ritorna un BaseContainer copia dell'oggetto stesso.
|
void |
delAttribute(java.lang.String key)
Elimina l'attributo con chiave key. |
java.lang.Object |
getAttribute(java.lang.String key)
Ritorna il valore dell'attributo con chiave key cercandolo nel BaseContainer corrente e nei BaseContainer
annidati.
|
static ApplicationContainer |
getInstance()
|
protected java.lang.Object |
oneStepGetAttribute(java.lang.String key)
Ritorna il valore dell'attributo con chiave key cercandolo nel BaseContainer corrente e non nei
BaseContainer annidati.
|
void |
setAttribute(java.lang.String key,
java.lang.Object value)
Imposta o modifica il valore dell'attributo con chiave key con il nuovo valore value nel BaseContainer corrente.
|
void |
setContainer(ApplicationContainer container)
|
void |
setParent(ApplicationContainer container)
|
org.w3c.dom.Element |
toElement(org.w3c.dom.Document document)
Ritorna un oggetto di tipo Element che verrą utilizzato nella rappresentazione in XML dell'oggetto. |
Methods inherited from class it.eng.spago.base.BaseContainer |
delParent, getAttributeNames, getAttributeNames, getParent, setContainer, setParent |
Methods inherited from class it.eng.spago.base.AbstractXMLObject |
toDocument, toXML, toXML, toXML, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public CloneableObject cloneObject()
BaseContainer
BaseContainer
copia dell'oggetto stesso.
cloneObject
in interface CloneableObject
cloneObject
in class BaseContainer
BaseContainer
stessopublic static ApplicationContainer getInstance()
protected java.lang.Object oneStepGetAttribute(java.lang.String key)
BaseContainer
BaseContainer
corrente e non nei
BaseContainer
annidati.
oneStepGetAttribute
in class BaseContainer
key
- chiave dell'attributo
BaseContainer.getAttribute(String)
public java.lang.Object getAttribute(java.lang.String key)
BaseContainer
BaseContainer
corrente e nei BaseContainer
annidati.
getAttribute
in class BaseContainer
key
- chiave dell'attributo
BaseContainer.oneStepGetAttribute(String)
,
BaseContainer.setAttribute(String, Object)
,
BaseContainer.delAttribute(String)
public void setAttribute(java.lang.String key, java.lang.Object value)
BaseContainer
BaseContainer
corrente.
setAttribute
in class BaseContainer
key
- chiave dell'attributovalue
- valore dell'attributoBaseContainer.getAttribute(String)
,
BaseContainer.delAttribute(String)
public void delAttribute(java.lang.String key)
BaseContainer
delAttribute
in class BaseContainer
key
- chiave dell'attributoBaseContainer.getAttribute(String)
,
BaseContainer.setAttribute(String, Object)
public void setContainer(ApplicationContainer container)
public void setParent(ApplicationContainer container)
public org.w3c.dom.Element toElement(org.w3c.dom.Document document)
XMLObject
toElement
in interface XMLObject
toElement
in class BaseContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |