Project

General

Profile

Download (881 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / org.restlet.patched / README.txt @ master

1
This project contains Restlet classes needed to be patched for extending their visibility (final/protected >> public) and others sub-classes needed to stay in Restlet packages.
2

    
3
> Increase visibility of classes / methods
4
security.Authorizer (protected authorize > public)
5

    
6
> Extensions of WADL classes for better description of resources.
7
wadl.Extended ...
8

    
9
> ContentType parsing modification in order to parse complicated mediaTypes
10
ContentTypeReader
11

    
12
> Add a new MediaType to represent Model Object when a representation normally returns DTO
13
APPLICATION_JAVA_OBJECT_SITOOLS_MODEL
14

    
15
> Check that the description of a resource is not null not to crash the WADL generation 
16

    
17
TODO
18
Other classes of Restlet have been duplicated and extended in fr.cnes.sitools.core.
19
Their location would be better in this plugin :
20
fr.cnes.sitools.proxy.DirectoryProxy and AbstractDirectoryResource ...