|
||||||||||
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.SitoolsParameterizedApplication
fr.cnes.sitools.applications.AdministratorApplication
public final class AdministratorApplication
Application for managing several settings and plugin resources for administrators.
Constructor Summary | |
---|---|
AdministratorApplication(org.restlet.Context context)
Category |
|
AdministratorApplication(org.restlet.routing.Router parentRouter,
org.restlet.Context context)
Default constructor |
Method Summary | |
---|---|
org.restlet.Restlet |
createInboundRoot()
|
org.restlet.ext.wadl.ApplicationInfo |
getApplicationInfo(org.restlet.Request request,
org.restlet.Response response)
|
java.lang.String |
getCssDir()
Gets the cssDir value |
java.lang.String |
getLicenceDir()
Gets the licenceDir value |
org.restlet.routing.Router |
getParentRouter()
Gets the parentRouter value usefull for dynamic application attachment |
java.lang.String |
getTemplateDir()
Gets the templateDir value |
void |
setCssDir(java.lang.String cssDir)
Sets the value of cssDir |
void |
setLicenceDir(java.lang.String licenceDir)
Sets the value of licenceDir |
void |
setTemplateDir(java.lang.String templateDir)
Sets the value of templateDir |
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.SitoolsParameterizedApplication |
---|
attachParameterizedResources, detachParameterizedResource, getModel, getModelMap, getPluginStore, setModelMap |
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 AdministratorApplication(org.restlet.Context context)
context
- parent contextpublic AdministratorApplication(org.restlet.routing.Router parentRouter, org.restlet.Context context)
parentRouter
- for dynamic applications attachment further if needed.context
- the contextMethod Detail |
---|
public void sitoolsDescribe()
SitoolsApplication
sitoolsDescribe
in class SitoolsApplication
public org.restlet.ext.wadl.ApplicationInfo getApplicationInfo(org.restlet.Request request, org.restlet.Response response)
getApplicationInfo
in class SitoolsParameterizedApplication
public org.restlet.Restlet createInboundRoot()
public java.lang.String getTemplateDir()
public void setTemplateDir(java.lang.String templateDir)
templateDir
- the templateDir to setpublic java.lang.String getCssDir()
public void setCssDir(java.lang.String cssDir)
cssDir
- the cssDir to setpublic java.lang.String getLicenceDir()
public void setLicenceDir(java.lang.String licenceDir)
licenceDir
- the licenceDir to setpublic org.restlet.routing.Router getParentRouter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |