fr.cnes.sitools.applications
Class OrdersFilesApplication
java.lang.Object
  
ExtendedWadlApplication
      
fr.cnes.sitools.common.application.SitoolsApplication
          
fr.cnes.sitools.applications.OrdersFilesApplication
public final class OrdersFilesApplication
- extends SitoolsApplication
 
Application Web Developer to expose Javadoc and code audit.
- Author:
 
  - jp.boignard (AKKA Technologies)
 
| 
Constructor Summary | 
OrdersFilesApplication(org.restlet.Context context,
                       java.lang.String appPath)
 
          Constructor with folder of files exposed | 
 
| 
Method Summary | 
 org.restlet.Restlet | 
createInboundRoot()
 
            | 
 org.restlet.ext.wadl.ApplicationInfo | 
getApplicationInfo(org.restlet.Request request,
                   org.restlet.Response response)
 
            | 
 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, 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 | 
 
OrdersFilesApplication
public OrdersFilesApplication(org.restlet.Context context,
                              java.lang.String appPath)
- Constructor with folder of files exposed
- Parameters:
 context - Restlet ContextappPath - Directory
 
sitoolsDescribe
public void sitoolsDescribe()
- Description copied from class: 
SitoolsApplication 
- Abstract method for thinking about implementing it for each concrete application describe is the RESTlet method,
 but overriding, prevents the self-describing functionality.
- Specified by:
 sitoolsDescribe in class SitoolsApplication
 
 
 
createInboundRoot
public org.restlet.Restlet createInboundRoot()
 
getApplicationInfo
public org.restlet.ext.wadl.ApplicationInfo getApplicationInfo(org.restlet.Request request,
                                                               org.restlet.Response response)
- Overrides:
 getApplicationInfo in class SitoolsApplication
 
 
Copyright © 2010-2013 CNES. All Rights Reserved.