Package org.simpleframework.http.resource
package org.simpleframework.http.resource
-
ClassDescriptionThe
Context
interface is used to give a view of the file system to theResourceEngine
.TheFileContext
provides an implementation of theContext
object that provides a direct mapping from a request URI as defined in RFC 2616 to an OS specific target.TheIndex
object is used to represent the properties a URI can contain.AResource
provides an abstraction of any given object that can be retrieved using a HTTP request.TheResourceContainer
is an implementation of theContainer
interface for handling an arbitrary set of resources.TheResourceEngine
is used to create implementations of theResource
interface that suit the targeted resource.