|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ldodds.slug.framework.config.ComponentImpl
Default implementation of the Component
interface. By default the configure method does
nothing.
| Field Summary | |
protected boolean |
_configured
|
| Constructor Summary | |
ComponentImpl()
|
|
| Method Summary | |
void |
configure(Resource self)
Requests that the component instance configure itself based on properties associated with a given RDF resource. |
protected boolean |
doConfig(Resource self)
|
boolean |
isConfigured()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean _configured
| Constructor Detail |
public ComponentImpl()
| Method Detail |
public void configure(Resource self)
Component
configure in interface Componentself - Reference to the Jena Resource from which the
Component was instantiated.public boolean isConfigured()
isConfigured in interface Componentprotected boolean doConfig(Resource self)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||