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, putaddByteRange, 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, toStringpublic ExecutionTarget(ToolResolver toolResolver)
public void onGet(org.thinginitself.http.RequestContext requestContext)
throws org.thinginitself.http.RequestProcessException
onGet in interface org.thinginitself.http.TargetonGet in class org.thinginitself.http.target.TargetResourceorg.thinginitself.http.RequestProcessExceptionpublic void onPost(org.thinginitself.http.RequestContext requestContext)
throws org.thinginitself.http.RequestProcessException
onPost in interface org.thinginitself.http.TargetonPost in class org.thinginitself.http.target.TargetResourceorg.thinginitself.http.RequestProcessExceptionpublic void onDelete(org.thinginitself.http.RequestContext requestContext)
throws org.thinginitself.http.RequestProcessException
onDelete in interface org.thinginitself.http.TargetonDelete in class org.thinginitself.http.target.TargetResourceorg.thinginitself.http.RequestProcessExceptionpublic void onOptions(org.thinginitself.http.RequestContext requestContext)
throws org.thinginitself.http.RequestProcessException
onOptions in interface org.thinginitself.http.TargetonOptions in class org.thinginitself.http.target.TargetResourceorg.thinginitself.http.RequestProcessException