|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlApplication
fr.cnes.sitools.common.application.SitoolsApplication
fr.cnes.sitools.units.dimension.AbstractDimensionApplication
public abstract class AbstractDimensionApplication
Base class for dimension application
Constructor Summary | |
---|---|
AbstractDimensionApplication(org.restlet.Context context)
Constructor with context |
Method Summary | |
---|---|
SitoolsStore<SitoolsDimension> |
getStore()
Gets the store value |
void |
setStore(SitoolsStore<SitoolsDimension> store)
Sets the value of store |
Methods inherited from class fr.cnes.sitools.common.application.SitoolsApplication |
---|
addSecurity, addSecurity, addSecurityFilter, defaultDescribe, getApplicationInfo, getAttachementRef, getAuthenticationRealm, getAuthorizer, getAuthorizer, getAuthorizer, getCategory, getId, getPublicBaseRef, getRepresentationInfoReferences, getSecure, getSettings, getSitoolsApplicationInfo, getType, getUserAuthorizer, isAuthorizationSecure, isUserAuthenticationNeeded, register, setAutoRegistration, setCategory, setId, setSitoolsApplicationInfo, setType, setUserAuthenticationNeeded, sitoolsDescribe, start, stop, unregister, wrapToResource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDimensionApplication(org.restlet.Context context)
context
- the Restlet contextMethod Detail |
---|
public final void setStore(SitoolsStore<SitoolsDimension> store)
store
- the store to setpublic final SitoolsStore<SitoolsDimension> getStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |