DATAREST-40 - Moved to ResourceEnricherInterface.

Dropped usage of separate interface for ResourceProcessor and
ResourcesProcessor and go with general ResourceEnricher interface. The
custom HandlerAdapter now also invokes enrichers for Resources' content
elements before invoking enrichers for the Resources instance itself.
This commit is contained in:
Oliver Gierke
2012-08-22 23:56:18 +02:00
parent ca907e146c
commit e3049fe9fb
5 changed files with 241 additions and 245 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store
.gradle/
bin/
build/
*.i*
.classpath