|
||||||||||
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.common.application.StaticWebApplication
fr.cnes.sitools.applications.ClientUserApplication
public final class ClientUserApplication
Application Web Client User.
Constructor Summary | |
---|---|
ClientUserApplication(org.restlet.Context context,
java.lang.String appPath,
java.lang.String baseUrl)
Constructor with folder of exposed files |
Method Summary | |
---|---|
org.restlet.Restlet |
createInboundRoot()
|
org.restlet.ext.wadl.ApplicationInfo |
getApplicationInfo(org.restlet.Request request,
org.restlet.Response response)
|
java.lang.String |
getPortalId()
Get the portal identifier |
java.lang.String |
getPortalIndexUrl()
Gets the portalIndexUrl value |
java.lang.String |
getProjectIndexUrl()
Gets the projectIndexUrl value |
SitoolsStore<Project> |
getStore()
Gets the store value. |
void |
setStore(SitoolsStore<Project> stor)
Sets the value of store. |
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.StaticWebApplication |
---|
getAppPath, getBaseUrl |
Methods inherited from class fr.cnes.sitools.common.application.SitoolsApplication |
---|
addSecurity, addSecurity, addSecurityFilter, defaultDescribe, 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 |
Constructor Detail |
---|
public ClientUserApplication(org.restlet.Context context, java.lang.String appPath, java.lang.String baseUrl)
context
- Restlet Context
appPath
- DirectorybaseUrl
- public domain name when list files.Method Detail |
---|
public SitoolsStore<Project> getStore()
public void setStore(SitoolsStore<Project> stor)
stor
- the store to setpublic void sitoolsDescribe()
SitoolsApplication
sitoolsDescribe
in class SitoolsApplication
public org.restlet.Restlet createInboundRoot()
createInboundRoot
in class StaticWebApplication
public java.lang.String getPortalIndexUrl()
public java.lang.String getProjectIndexUrl()
public java.lang.String getPortalId()
public org.restlet.ext.wadl.ApplicationInfo getApplicationInfo(org.restlet.Request request, org.restlet.Response response)
getApplicationInfo
in class SitoolsApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |