public class ExecutionTarget
extends org.thinginitself.http.target.TargetResource
Constructor and Description |
---|
ExecutionTarget(ToolResolver toolResolver) |
Modifier and Type | Method and Description |
---|---|
void |
onDelete(org.thinginitself.http.RequestContext requestContext) |
void |
onGet(org.thinginitself.http.RequestContext requestContext) |
void |
onOptions(org.thinginitself.http.RequestContext requestContext) |
void |
onPost(org.thinginitself.http.RequestContext requestContext) |
delete, getPath, getPathTree, getResource, getTargetProperties, onPut, post, put
addByteRange, addStreamable, clearState, getAllowedMethods, getByteRanges, getFragment, getFullPath, getLastLookup, getLastModified, getLocation, getQuery, getQueryString, getSlug, getStreamable, getStreamable, getTag, isAllowed, methodIsAllowed, setAllowedMethods, setFragment, setLastLookup, setLastModified, setLocation, setPath, setQueryString, setSlug, setStreamable, setTag, toString
public ExecutionTarget(ToolResolver toolResolver)
public void onGet(org.thinginitself.http.RequestContext requestContext) throws org.thinginitself.http.RequestProcessException
onGet
in interface org.thinginitself.http.Target
onGet
in class org.thinginitself.http.target.TargetResource
org.thinginitself.http.RequestProcessException
public void onPost(org.thinginitself.http.RequestContext requestContext) throws org.thinginitself.http.RequestProcessException
onPost
in interface org.thinginitself.http.Target
onPost
in class org.thinginitself.http.target.TargetResource
org.thinginitself.http.RequestProcessException
public void onDelete(org.thinginitself.http.RequestContext requestContext) throws org.thinginitself.http.RequestProcessException
onDelete
in interface org.thinginitself.http.Target
onDelete
in class org.thinginitself.http.target.TargetResource
org.thinginitself.http.RequestProcessException
public void onOptions(org.thinginitself.http.RequestContext requestContext) throws org.thinginitself.http.RequestProcessException
onOptions
in interface org.thinginitself.http.Target
onOptions
in class org.thinginitself.http.target.TargetResource
org.thinginitself.http.RequestProcessException