|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext | |
---|---|
org.wso2.registry | |
org.wso2.registry.jdbc.handlers | |
org.wso2.registry.jdbc.handlers.builtin | |
org.wso2.registry.jdbc.handlers.filters |
Uses of RequestContext in org.wso2.registry |
---|
Methods in org.wso2.registry with parameters of type RequestContext | |
---|---|
abstract java.lang.String[] |
Aspect.getAvailableActions(RequestContext context)
Get a list of available actions for the resource in the RequestContext, taking into account current state, user, etc. |
abstract void |
Aspect.invoke(RequestContext context,
java.lang.String action)
Do something - action names are aspect-specific, and it's up to the implementation to decide if a given action is allowed, and what to do if so. |
Uses of RequestContext in org.wso2.registry.jdbc.handlers |
---|
Methods in org.wso2.registry.jdbc.handlers with parameters of type RequestContext | |
---|---|
abstract void |
Handler.delete(RequestContext requestContext)
Processes the DELETE action of the media type. |
void |
HandlerManager.delete(RequestContext requestContext)
|
abstract Resource |
Handler.get(RequestContext requestContext)
Processes the GET action for resource path of the requestContext. |
Resource |
HandlerManager.get(RequestContext requestContext)
|
abstract void |
Handler.importChild(RequestContext requestContext)
Invokes when a child resource is imported. |
void |
HandlerManager.importChild(RequestContext requestContext)
|
abstract void |
Handler.importResource(RequestContext requestContext)
Creates a resource in the given path by fetching the resource content from the given URL. |
java.lang.String |
HandlerManager.importResource(RequestContext requestContext)
|
abstract void |
Handler.put(RequestContext requestContext)
Processes the PUT action. |
java.lang.String |
HandlerManager.put(RequestContext requestContext)
|
abstract void |
Handler.putChild(RequestContext requestContext)
Invokes when a child resource is added. |
void |
HandlerManager.putChild(RequestContext requestContext)
|
Uses of RequestContext in org.wso2.registry.jdbc.handlers.builtin |
---|
Methods in org.wso2.registry.jdbc.handlers.builtin with parameters of type RequestContext | |
---|---|
void |
TagURLHandler.delete(RequestContext requestContext)
|
void |
TagCollectionURLHandler.delete(RequestContext requestContext)
|
void |
RatingURLHandler.delete(RequestContext requestContext)
|
void |
SQLQueryHandler.delete(RequestContext requestContext)
|
void |
CommentURLHandler.delete(RequestContext requestContext)
|
void |
RatingCollectionURLHandler.delete(RequestContext requestContext)
|
void |
CommentCollectionURLHandler.delete(RequestContext requestContext)
|
Resource |
TagURLHandler.get(RequestContext requestContext)
|
Resource |
TagCollectionURLHandler.get(RequestContext requestContext)
|
Resource |
RatingURLHandler.get(RequestContext requestContext)
|
Resource |
SQLQueryHandler.get(RequestContext requestContext)
|
Resource |
CommentURLHandler.get(RequestContext requestContext)
|
Resource |
RatingCollectionURLHandler.get(RequestContext requestContext)
|
Resource |
CommentCollectionURLHandler.get(RequestContext requestContext)
|
void |
TagURLHandler.importChild(RequestContext requestContext)
|
void |
TagCollectionURLHandler.importChild(RequestContext requestContext)
|
void |
RatingURLHandler.importChild(RequestContext requestContext)
|
void |
SQLQueryHandler.importChild(RequestContext requestContext)
|
void |
CommentURLHandler.importChild(RequestContext requestContext)
|
void |
RatingCollectionURLHandler.importChild(RequestContext requestContext)
|
void |
CommentCollectionURLHandler.importChild(RequestContext requestContext)
|
void |
TagURLHandler.importResource(RequestContext requestContext)
|
void |
TagCollectionURLHandler.importResource(RequestContext requestContext)
|
void |
RatingURLHandler.importResource(RequestContext requestContext)
|
void |
SQLQueryHandler.importResource(RequestContext requestContext)
|
void |
CommentURLHandler.importResource(RequestContext requestContext)
|
void |
RatingCollectionURLHandler.importResource(RequestContext requestContext)
|
void |
CommentCollectionURLHandler.importResource(RequestContext requestContext)
|
void |
TagURLHandler.put(RequestContext requestContext)
|
void |
TagCollectionURLHandler.put(RequestContext requestContext)
|
void |
RatingURLHandler.put(RequestContext requestContext)
|
void |
SQLQueryHandler.put(RequestContext requestContext)
|
void |
CommentURLHandler.put(RequestContext requestContext)
|
void |
RatingCollectionURLHandler.put(RequestContext requestContext)
|
void |
CommentCollectionURLHandler.put(RequestContext requestContext)
|
void |
TagURLHandler.putChild(RequestContext requestContext)
|
void |
TagCollectionURLHandler.putChild(RequestContext requestContext)
|
void |
RatingURLHandler.putChild(RequestContext requestContext)
|
void |
SQLQueryHandler.putChild(RequestContext requestContext)
|
void |
CommentURLHandler.putChild(RequestContext requestContext)
|
void |
RatingCollectionURLHandler.putChild(RequestContext requestContext)
|
void |
CommentCollectionURLHandler.putChild(RequestContext requestContext)
|
Uses of RequestContext in org.wso2.registry.jdbc.handlers.filters |
---|
Methods in org.wso2.registry.jdbc.handlers.filters with parameters of type RequestContext | |
---|---|
boolean |
URLMatcher.handleDelete(RequestContext requestContext)
|
boolean |
MediaTypeMatcher.handleDelete(RequestContext requestContext)
|
abstract boolean |
Filter.handleDelete(RequestContext requestContext)
Determines whether the associating handler should handle the delete action. |
boolean |
URLMatcher.handleGet(RequestContext requestContext)
|
boolean |
MediaTypeMatcher.handleGet(RequestContext requestContext)
Matches if the media type of the current resource is equal to the handler's media type. |
abstract boolean |
Filter.handleGet(RequestContext requestContext)
Determines whether the associating handler should handle the get action. |
boolean |
URLMatcher.handleImportChild(RequestContext requestContext)
|
boolean |
MediaTypeMatcher.handleImportChild(RequestContext requestContext)
|
abstract boolean |
Filter.handleImportChild(RequestContext requestContext)
Determines whether the associating handler should handle the importChild action. |
boolean |
URLMatcher.handleImportResource(RequestContext requestContext)
|
boolean |
MediaTypeMatcher.handleImportResource(RequestContext requestContext)
|
abstract boolean |
Filter.handleImportResource(RequestContext requestContext)
Determines whether the associating handler should handle the import resource action. |
boolean |
URLMatcher.handlePut(RequestContext requestContext)
|
boolean |
MediaTypeMatcher.handlePut(RequestContext requestContext)
|
abstract boolean |
Filter.handlePut(RequestContext requestContext)
Determines whether the associating handler should handle the put action. |
boolean |
URLMatcher.handlePutChild(RequestContext requestContext)
|
boolean |
MediaTypeMatcher.handlePutChild(RequestContext requestContext)
Matches if the media type of the parent collection of the current resource is equal to the handler's media type. |
abstract boolean |
Filter.handlePutChild(RequestContext requestContext)
Determines whether the associating handler should handle the putChild action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |