Uses of Class
org.refcodes.web.HttpBodyTable
-
Uses of HttpBodyTable in org.refcodes.web
Methods in org.refcodes.web that return HttpBodyTableModifier and TypeMethodDescriptionHttpBodyTable.getDirAt(int aIndex) HttpServerRequest.getRequest()Retrieves theHttpBodyTablerepresenting the request body.HttpClientResponse.getResponse()Retrieves theHttpBodyTablerepresenting the response body.HttpBodyTable.putDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.putDirAt(Object aPath, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.putDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.putDirAt(String aPath, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.putDirAt(Collection<?> aPathElements, int aIndex, Object aDir) HttpBodyTable.putDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.query(Collection<?> aQueryElements) HttpBodyTable.queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath) HttpBodyTable.queryBetween(Object aFromPath, Object aPathQuery, Object aToPath) HttpBodyTable.queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath) HttpBodyTable.queryBetween(String aFromPath, String aPathQuery, String aToPath) HttpBodyTable.queryBetween(String aFromPath, Pattern aRegExp, String aToPath) HttpBodyTable.queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath) HttpBodyTable.queryFrom(Collection<?> aPathQuery, Collection<?> aFromPath) HttpBodyTable.queryTo(Collection<?> aPathQuery, String aToPath) HttpBodyTable.removeAll(Collection<?> aPathQueryElements) HttpBodyTable.removeDirAt(int aIndex) HttpBodyTable.removeDirAt(Object[] aPathElements, int aIndex) HttpBodyTable.removeDirAt(Object aPath, int aIndex) HttpBodyTable.removeDirAt(String[] aPathElements, int aIndex) HttpBodyTable.removeDirAt(String aPath, int aIndex) HttpBodyTable.removeFrom(Object aPath) HttpBodyTable.removeFrom(Object... aPathElements) HttpBodyTable.removeFrom(String aPath) HttpBodyTable.removeFrom(String... aPathElements) HttpBodyTable.removePaths(String... aPaths) HttpBodyTable.removePaths(Collection<?> aPaths) HttpBodyTable.retrieveBetween(Object[] aFromPath, Object[] aToPath) HttpBodyTable.retrieveBetween(Object aFromPath, Object aToPath) HttpBodyTable.retrieveBetween(String[] aFromPath, String[] aToPath) HttpBodyTable.retrieveBetween(String aFromPath, String aToPath) HttpBodyTable.retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath) HttpBodyTable.retrieveFrom(Object aParentPath) HttpBodyTable.retrieveFrom(Object... aPathElements) HttpBodyTable.retrieveFrom(String aFromPath) HttpBodyTable.retrieveFrom(String... aPathElements) HttpBodyTable.retrieveFrom(Collection<?> aPathElements) HttpBodyTable.retrieveTo(Object aToPath) HttpBodyTable.retrieveTo(Object... aToPathElements) HttpBodyTable.retrieveTo(String aToPath) HttpBodyTable.retrieveTo(String... aToPathElements) HttpBodyTable.retrieveTo(Collection<?> aToPathElements) HttpBodyTable.withInsert(Object aObj) HttpBodyTable.withInsert(org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) HttpBodyTable.withInsertBetween(Object[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom, Object[] aFromPathElements) HttpBodyTable.withInsertBetween(Object aToPath, Object aFrom, Object aFromPath) HttpBodyTable.withInsertBetween(Object aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom, Object aFromPath) HttpBodyTable.withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) HttpBodyTable.withInsertBetween(String[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom, String[] aFromPathElements) HttpBodyTable.withInsertBetween(String aToPath, Object aFrom, String aFromPath) HttpBodyTable.withInsertBetween(String aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom, String aFromPath) HttpBodyTable.withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) HttpBodyTable.withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) HttpBodyTable.withInsertFrom(Object aFrom, Object aFromPath) HttpBodyTable.withInsertFrom(Object aFrom, Object... aFromPathElements) HttpBodyTable.withInsertFrom(Object aFrom, String aFromPath) HttpBodyTable.withInsertFrom(Object aFrom, String... aFromPathElements) HttpBodyTable.withInsertFrom(Object aFrom, Collection<?> aFromPathElements) HttpBodyTable.withInsertFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, Object aFromPath) HttpBodyTable.withInsertFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, Object... aFromPathElements) HttpBodyTable.withInsertFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, String aFromPath) HttpBodyTable.withInsertFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, String... aFromPathElements) HttpBodyTable.withInsertFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) HttpBodyTable.withInsertTo(Object[] aToPathElements, Object aFrom) HttpBodyTable.withInsertTo(Object[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withInsertTo(Object aToPath, Object aFrom) HttpBodyTable.withInsertTo(Object aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withInsertTo(String[] aToPathElements, Object aFrom) HttpBodyTable.withInsertTo(String[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withInsertTo(String aToPath, Object aFrom) HttpBodyTable.withInsertTo(String aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withInsertTo(Collection<?> aToPathElements, Object aFrom) HttpBodyTable.withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) HttpBodyTable.withMergeBetween(Object[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom, Object[] aFromPathElements) HttpBodyTable.withMergeBetween(Object aToPath, Object aFrom, Object aFromPath) HttpBodyTable.withMergeBetween(Object aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom, Object aFromPath) HttpBodyTable.withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) HttpBodyTable.withMergeBetween(String[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom, String[] aFromPathElements) HttpBodyTable.withMergeBetween(String aToPath, Object aFrom, String aFromPath) HttpBodyTable.withMergeBetween(String aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom, String aFromPath) HttpBodyTable.withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) HttpBodyTable.withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) HttpBodyTable.withMergeFrom(Object aFrom, Object aFromPath) HttpBodyTable.withMergeFrom(Object aFrom, Object... aFromPathElements) HttpBodyTable.withMergeFrom(Object aFrom, String aFromPath) HttpBodyTable.withMergeFrom(Object aFrom, String... aFromPathElements) HttpBodyTable.withMergeFrom(Object aFrom, Collection<?> aFromPathElements) HttpBodyTable.withMergeFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, Object aFromPath) HttpBodyTable.withMergeFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, Object... aFromPathElements) HttpBodyTable.withMergeFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, String aFromPath) HttpBodyTable.withMergeFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, String... aFromPathElements) HttpBodyTable.withMergeFrom(org.refcodes.struct.ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) HttpBodyTable.withMergeTo(Object[] aToPathElements, Object aFrom) HttpBodyTable.withMergeTo(Object[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withMergeTo(Object aToPath, Object aFrom) HttpBodyTable.withMergeTo(Object aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withMergeTo(String[] aToPathElements, Object aFrom) HttpBodyTable.withMergeTo(String[] aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withMergeTo(String aToPath, Object aFrom) HttpBodyTable.withMergeTo(String aToPath, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withMergeTo(Collection<?> aToPathElements, Object aFrom) HttpBodyTable.withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.ImmutablePathTable<String> aFrom) HttpBodyTable.withPut(Collection<?> aPathElements, String aValue) HttpBodyTable.withPut(org.refcodes.struct.Property aProperty) HttpBodyTable.withPutBoolean(Object[] aPathElements, Boolean aValue) HttpBodyTable.withPutBoolean(Object aKey, Boolean aValue) HttpBodyTable.withPutBoolean(String[] aPathElements, Boolean aValue) HttpBodyTable.withPutBoolean(String aKey, Boolean aValue) HttpBodyTable.withPutBoolean(Collection<?> aPathElements, Boolean aValue) HttpBodyTable.withPutByte(Object[] aPathElements, Byte aValue) HttpBodyTable.withPutByte(Object aKey, Byte aValue) HttpBodyTable.withPutByte(String[] aPathElements, Byte aValue) HttpBodyTable.withPutByte(String aKey, Byte aValue) HttpBodyTable.withPutByte(Collection<?> aPathElements, Byte aValue) HttpBodyTable.withPutChar(Object[] aPathElements, Character aValue) HttpBodyTable.withPutChar(Object aKey, Character aValue) HttpBodyTable.withPutChar(String[] aPathElements, Character aValue) HttpBodyTable.withPutChar(String aKey, Character aValue) HttpBodyTable.withPutChar(Collection<?> aPathElements, Character aValue) <C> HttpBodyTableHttpBodyTable.withPutClass(Object[] aPathElements, Class<C> aValue) <C> HttpBodyTableHttpBodyTable.withPutClass(Object aKey, Class<C> aValue) <C> HttpBodyTableHttpBodyTable.withPutClass(String[] aPathElements, Class<C> aValue) <C> HttpBodyTableHttpBodyTable.withPutClass(String aKey, Class<C> aValue) <C> HttpBodyTableHttpBodyTable.withPutClass(Collection<?> aPathElements, Class<C> aValue) HttpBodyTable.withPutDirAt(int aIndex, Object aDir) HttpBodyTable.withPutDirAt(int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) HttpBodyTable.withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.withPutDirAt(Object aPath, int aIndex, Object aDir) HttpBodyTable.withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.withPutDirAt(String[] aPathElements, int aIndex, Object aDir) HttpBodyTable.withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.withPutDirAt(String aPath, int aIndex, Object aDir) HttpBodyTable.withPutDirAt(String aPath, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) HttpBodyTable.withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.ImmutablePathTable<String> aDir) HttpBodyTable.withPutDouble(Object[] aPathElements, Double aValue) HttpBodyTable.withPutDouble(Object aKey, Double aValue) HttpBodyTable.withPutDouble(String[] aPathElements, Double aValue) HttpBodyTable.withPutDouble(String aKey, Double aValue) HttpBodyTable.withPutDouble(Collection<?> aPathElements, Double aValue) <E extends Enum<E>>
HttpBodyTableHttpBodyTable.withPutEnum(Object[] aPathElements, E aValue) <E extends Enum<E>>
HttpBodyTableHttpBodyTable.withPutEnum(Object aKey, E aValue) <E extends Enum<E>>
HttpBodyTableHttpBodyTable.withPutEnum(String[] aPathElements, E aValue) <E extends Enum<E>>
HttpBodyTableHttpBodyTable.withPutEnum(String aKey, E aValue) <E extends Enum<E>>
HttpBodyTableHttpBodyTable.withPutEnum(Collection<?> aPathElements, E aValue) HttpBodyTable.withPutFloat(Object[] aPathElements, Float aValue) HttpBodyTable.withPutFloat(Object aKey, Float aValue) HttpBodyTable.withPutFloat(String[] aPathElements, Float aValue) HttpBodyTable.withPutFloat(String aKey, Float aValue) HttpBodyTable.withPutFloat(Collection<?> aPathElements, Float aValue) HttpBodyTable.withPutInt(Object[] aPathElements, Integer aValue) HttpBodyTable.withPutInt(Object aKey, Integer aValue) HttpBodyTable.withPutInt(String[] aPathElements, Integer aValue) HttpBodyTable.withPutInt(String aKey, Integer aValue) HttpBodyTable.withPutInt(Collection<?> aPathElements, Integer aValue) HttpBodyTable.withPutLong(Object[] aPathElements, Long aValue) HttpBodyTable.withPutLong(Object aKey, Long aValue) HttpBodyTable.withPutLong(String[] aPathElements, Long aValue) HttpBodyTable.withPutLong(String aKey, Long aValue) HttpBodyTable.withPutLong(Collection<?> aPathElements, Long aValue) HttpBodyTable.withPutShort(Object[] aPathElements, Short aValue) HttpBodyTable.withPutShort(Object aKey, Short aValue) HttpBodyTable.withPutShort(String[] aPathElements, Short aValue) HttpBodyTable.withPutShort(String aKey, Short aValue) HttpBodyTable.withPutShort(Collection<?> aPathElements, Short aValue) HttpBodyTable.withPutStatusAlias(String aStatusAlias) Puts a public path's ("status/alias") status alias.HttpBodyTable.withPutStatusAlias(HttpStatusCode aStatusCode) Puts a public path's ("status/alias") status alias.HttpBodyTable.withPutStatusCode(int aStatusCode) Puts a public path's ("status/code") status code.HttpBodyTable.withPutStatusCode(HttpStatusCode aStatusCode) Puts a public path's ("status/code") status code.HttpBodyTable.withPutString(Object[] aPathElements, String aValue) HttpBodyTable.withPutString(Object aKey, String aValue) HttpBodyTable.withPutString(String[] aPathElements, String aValue) HttpBodyTable.withPutString(String aKey, String aValue) HttpBodyTable.withPutString(Collection<?> aPathElements, String aValue) HttpBodyTable.withRemoveFrom(Object aPath) HttpBodyTable.withRemoveFrom(Object... aPathElements) HttpBodyTable.withRemoveFrom(String aPath) HttpBodyTable.withRemoveFrom(String... aPathElements) HttpBodyTable.withRemoveFrom(Collection<?> aPathElements) HttpBodyTable.withRemovePaths(String... aPathElements) Methods in org.refcodes.web with parameters of type HttpBodyTableModifier and TypeMethodDescriptionprotected voidOauthToken.updateToken(HttpBodyTable aOauthToken) Sets (updates) the internal fields with the data from theHttpBodyTableas of theOauthFielddefinitions.Constructors in org.refcodes.web with parameters of type HttpBodyTableModifierConstructorDescriptionOauthToken(HttpBodyTable aOauthToken) Creates a new instance of theOauthTokenwith the current time being stored for determining validity of the access token viaOauthToken.isValid()as ofOauthToken.getExpiresIn().