|
||||||||||
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 | |
org.wso2.registry.jdbc.indexing |
Uses of RequestContext in org.wso2.registry |
---|
Methods in org.wso2.registry with parameters of type RequestContext | |
---|---|
abstract void |
Aspect.dissociate(RequestContext context)
Remove this Aspect from the referenced resource. |
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 | |
---|---|
void |
Handler.delete(RequestContext requestContext)
Processes the DELETE action of the media type. |
void |
HandlerManager.delete(RequestContext requestContext)
Manages the handler invocations of DELETE method. |
Resource |
Handler.get(RequestContext requestContext)
Processes the GET action for resource path of the requestContext. |
Resource |
HandlerManager.get(RequestContext requestContext)
Manages the handler invocations of GET method. |
Resource |
UIEnabledHandler.get(RequestContext requestContext)
Implementation of the get(...) method of the Handler class. |
Resource |
UIEnabledHandler.getBrowseView(java.lang.String browseViewKey,
RequestContext requestContext)
Implementations of this method should generate a HTML UI for rendering the resource content and set it as the content of the returned resource. |
Resource |
XSLTBasedUIEnabledHandler.getBrowseView(java.lang.String viewKey,
RequestContext requestContext)
|
Resource |
UIEnabledHandler.getEditView(java.lang.String editViewKey,
RequestContext requestContext)
Implementations of this method should generate a HTML UI for editing the resource content and set it as the content of the returned resource. |
Resource |
XSLTBasedUIEnabledHandler.getEditView(java.lang.String editViewKey,
RequestContext requestContext)
|
Resource |
UIEnabledHandler.getNewView(java.lang.String newViewKey,
RequestContext requestContext)
Implementations of this method should generate a HTML UI for creating a new resource content and set it as the content of the returned resource. |
Resource |
XSLTBasedUIEnabledHandler.getNewView(java.lang.String newViewKey,
RequestContext requestContext)
|
Resource |
UIEnabledHandler.getRawResource(RequestContext requestContext)
Returns a Resource instance specified in the requestContext. |
void |
Handler.importChild(RequestContext requestContext)
Invokes when a child resource is imported. |
void |
HandlerManager.importChild(RequestContext requestContext)
Manages the handler invocations of IMPORT_CHILD method. |
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)
Manages the handler invocations of IMPORT method. |
void |
Handler.put(RequestContext requestContext)
Processes the PUT action. |
java.lang.String |
HandlerManager.put(RequestContext requestContext)
Manages the handler invocations of PUT method. |
void |
Handler.putChild(RequestContext requestContext)
Invokes when a child resource is added. |
void |
HandlerManager.putChild(RequestContext requestContext)
Manages the handler invocations of PUT_CHILD method. |
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)
Matches if the media type of the current resource is equal to the handler's media type. |
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)
Matches if the media type of the parent collection of the current resource is equal to the handler's media type. |
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)
Matches if the media type of the current resource is equal to the handler's media type. |
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)
Matches if the media type of the current resource is equal to the handler's media type. |
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. |
Uses of RequestContext in org.wso2.registry.jdbc.indexing |
---|
Methods in org.wso2.registry.jdbc.indexing with parameters of type RequestContext | |
---|---|
void |
Indexer.deleteFromIndex(RequestContext requestContext)
|
void |
Indexer.indexMSExcel(RequestContext requestContext)
|
void |
Indexer.indexMSPowerpoint(RequestContext requestContext)
|
void |
Indexer.indexMSWord(RequestContext requestContext)
|
void |
Indexer.indexPDF(RequestContext requestContext)
|
void |
Indexer.indexXML(RequestContext requestContext)
|
void |
Indexer.updateIndex(RequestContext requestContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |