|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.resource.UniformResource
org.restlet.resource.ServerResource
fr.cnes.sitools.proxy.AbstractDirectoryServerResource
fr.cnes.sitools.proxy.DirectoryUserResource
public final class DirectoryUserResource
FIXME Suivre les évolutions de la classe Restlet DirectoryServerResource Resource supported by a set of context representations (from file system, class loaders and webapp context). A content negotiation mechanism (similar to Apache HTTP server) is available. It is based on path extensions to detect variants (languages, media types or character sets).
Constructor Summary | |
---|---|
DirectoryUserResource()
|
Method Summary | |
---|---|
org.restlet.representation.Representation |
delete()
Can recursively delete directory with request parameter recursive=true |
void |
doInit()
This initialization method aims at answering the following questions: does this request target a directory? |
java.util.List<org.restlet.representation.Variant> |
getVariants(org.restlet.data.Method method)
Returns the list of variants for the given method. |
org.restlet.representation.Representation |
handle()
|
Methods inherited from class org.restlet.resource.ServerResource |
---|
abort, commit, getOnSent, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods |
Methods inherited from class org.restlet.resource.UniformResource |
---|
getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMaxForwards, getMetadataService, getMethod, getProtocol, getQuery, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestEntity, getResponse, getResponseAttributes, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, release, setRequest, setResponse |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryUserResource()
Method Detail |
---|
public org.restlet.representation.Representation delete()
delete
in class org.restlet.resource.ServerResource
public void doInit()
doInit
in class org.restlet.resource.UniformResource
public java.util.List<org.restlet.representation.Variant> getVariants(org.restlet.data.Method method)
getVariants
in class AbstractDirectoryServerResource
method
- The related method.
DirectoryServerResource.getVariants(Method method)
public org.restlet.representation.Representation handle()
handle
in class AbstractDirectoryServerResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |