|
||||||||||
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
public abstract class StaticWebApplication
A static web application consists in publishing a directory content on the web.
Constructor Summary | |
---|---|
StaticWebApplication(org.restlet.Context context,
java.lang.String appliPath,
java.lang.String baseURL)
Constructor. |
|
StaticWebApplication(org.restlet.Context context,
java.lang.String appliPath,
java.lang.String baseURL,
java.lang.String description)
Constructor with folder of exposed files. |
Method Summary | |
---|---|
org.restlet.Restlet |
createInboundRoot()
|
java.lang.String |
getAppPath()
Gets the directory path. |
java.lang.String |
getBaseUrl()
Gets the public base URL (domain name). |
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 StaticWebApplication(org.restlet.Context context, java.lang.String appliPath, java.lang.String baseURL, java.lang.String description)
context
- RESTlet server contextappliPath
- DirectorybaseURL
- public domain name when list files.description
- description for the applicationpublic StaticWebApplication(org.restlet.Context context, java.lang.String appliPath, java.lang.String baseURL)
context
- contextappliPath
- application pathbaseURL
- base URLMethod Detail |
---|
public java.lang.String getAppPath()
public java.lang.String getBaseUrl()
public org.restlet.Restlet createInboundRoot()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |