|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.Helper
fr.cnes.sitools.common.model.ExtensionModel<E>
fr.cnes.sitools.common.business.AbstractExtension<E>
E
- the class of parameterspublic abstract class AbstractExtension<E extends ExtensionParameter>
Base class for abstract base class for extensions
Constructor Summary | |
---|---|
AbstractExtension()
Constructor |
|
AbstractExtension(org.restlet.Context ctx)
Constructor with Context parameter |
Method Summary | |
---|---|
org.restlet.Context |
getContext()
Gets the context value |
void |
setContext(org.restlet.Context context)
Sets the value of context |
Methods inherited from class fr.cnes.sitools.common.model.ExtensionModel |
---|
getClassAuthor, getClassName, getClassOwner, getClassVersion, getDescription, getDescriptionAction, getId, getName, getParametersMap, setClassAuthor, setClassName, setClassOwner, setClassVersion, setDescription, setDescriptionAction, setId, setName, setParametersMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractExtension()
public AbstractExtension(org.restlet.Context ctx)
ctx
- The Context to instantiate the Converter with, contains the DataSetMethod Detail |
---|
public final void setContext(org.restlet.Context context)
context
- the context to setpublic final org.restlet.Context getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |