|
||||||||||
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.datasource.mongodb.dbexplorer.MongoDBExplorerApplication
public final class MongoDBExplorerApplication
Finder mapping a database resource
Field Summary | |
---|---|
static java.lang.String |
CONTEXT_KEY
Context key |
Constructor Summary | |
---|---|
MongoDBExplorerApplication(org.restlet.Context context,
SitoolsMongoDBDataSource dataSource)
Constructor |
Method Summary | |
---|---|
org.restlet.Restlet |
createInboundRoot()
-------------------------------------------------------------------------- ----------------------- |
SitoolsMongoDBDataSource |
getDataSource()
Get the DataSource |
void |
sitoolsDescribe()
Abstract method for thinking about implementing it for each concrete application describe is the RESTlet method, but overriding, prevents the self-describing functionality. |
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, start, stop, unregister, wrapToResource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONTEXT_KEY
Constructor Detail |
---|
public MongoDBExplorerApplication(org.restlet.Context context, SitoolsMongoDBDataSource dataSource)
context
- RESTlet Host ContextdataSource
- SQL DataSourceMethod Detail |
---|
public SitoolsMongoDBDataSource getDataSource()
public org.restlet.Restlet createInboundRoot()
public void sitoolsDescribe()
SitoolsApplication
sitoolsDescribe
in class SitoolsApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |