|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.common.component.AbstractComponent
public class AbstractComponent
Constructor Summary | |
---|---|
AbstractComponent()
|
Method Summary | |
---|---|
ComponentConfig |
getConfiguration()
Return the configuration for this component, as supplied to the last Component.setConfiguration(ComponentConfig) invocation. |
void |
setConfiguration(ComponentConfig configuration)
This method allows the implementation to initialize and configure itself using the supplied ComponentConfig
information, and is called prior to any other class to this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractComponent()
Method Detail |
---|
public ComponentConfig getConfiguration()
Component.setConfiguration(ComponentConfig)
invocation.
getConfiguration
in interface Component
public void setConfiguration(ComponentConfig configuration)
ComponentConfig
information, and is called prior to any other class to this object. When this method is called, the implementation must
maintain a reference to the supplied configuration (which should then be returned in Component.getConfiguration()
.
setConfiguration
in interface Component
configuration
- the configuration for the component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |