|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handler | |
---|---|
org.wso2.carbon.registry.core.caching | |
org.wso2.carbon.registry.core.config | |
org.wso2.carbon.registry.core.jdbc.handlers | |
org.wso2.carbon.registry.core.jdbc.handlers.builtin |
Uses of Handler in org.wso2.carbon.registry.core.caching |
---|
Subclasses of Handler in org.wso2.carbon.registry.core.caching | |
---|---|
class |
CachingHandler
CachingHandler using to handle the cached results of registry operation. |
Uses of Handler in org.wso2.carbon.registry.core.config |
---|
Methods in org.wso2.carbon.registry.core.config that return Handler | |
---|---|
Handler |
RegistryConfigurationProcessor.HandlerDefinitionObject.getHandler()
Gets the handler instance. |
Handler |
HandlerConfiguration.getHandler()
Deprecated. |
Methods in org.wso2.carbon.registry.core.config with parameters of type Handler | |
---|---|
void |
HandlerConfiguration.setHandler(Handler handler)
Deprecated. |
Uses of Handler in org.wso2.carbon.registry.core.jdbc.handlers |
---|
Subclasses of Handler in org.wso2.carbon.registry.core.jdbc.handlers | |
---|---|
class |
UIEnabledHandler
Base class for handler implementations which generate custom UIs. |
class |
XSLTBasedUIEnabledHandler
Deprecated. |
Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Handler | |
---|---|
void |
HandlerLifecycleManager.addHandler(String[] methods,
Filter filter,
Handler handler)
|
void |
UserDefinedHandlerManager.addHandler(String[] methods,
Filter filter,
Handler handler)
|
void |
HandlerManager.addHandler(String[] methods,
Filter filter,
Handler handler)
Registers handlers with the handler manager. |
void |
HandlerLifecycleManager.addHandler(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
|
void |
UserDefinedHandlerManager.addHandler(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
|
void |
HandlerManager.addHandler(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
Registers handlers belonging to the given lifecycle phase with the handler manager. |
void |
HandlerLifecycleManager.addHandlerWithPriority(String[] methods,
Filter filter,
Handler handler)
|
void |
UserDefinedHandlerManager.addHandlerWithPriority(String[] methods,
Filter filter,
Handler handler)
|
void |
HandlerManager.addHandlerWithPriority(String[] methods,
Filter filter,
Handler handler)
This is to add a handler that invokes with the high priority, it becomes the first in the list until another handler with this method is added. |
void |
HandlerLifecycleManager.addHandlerWithPriority(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
|
void |
UserDefinedHandlerManager.addHandlerWithPriority(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
|
void |
HandlerManager.addHandlerWithPriority(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
This is to add a handler belonging to the given lifecycle phase that invokes with the high priority, it becomes the first in the list until another handler with this method is added. |
boolean |
RequestContext.isExecutionStatusSet(Handler handler)
Check whether the execution status is set. |
void |
HandlerLifecycleManager.removeHandler(Handler handler)
|
void |
UserDefinedHandlerManager.removeHandler(Handler handler)
|
void |
HandlerManager.removeHandler(Handler handler)
remove a handler from all the filters, all the methods |
void |
HandlerLifecycleManager.removeHandler(Handler handler,
String lifecyclePhase)
|
void |
UserDefinedHandlerManager.removeHandler(Handler handler,
String lifecyclePhase)
|
void |
HandlerManager.removeHandler(Handler handler,
String lifecyclePhase)
remove a handler belonging to the given lifecycle phase from all the filters, all the methods |
void |
HandlerLifecycleManager.removeHandler(String[] methods,
Filter filter,
Handler handler)
|
void |
UserDefinedHandlerManager.removeHandler(String[] methods,
Filter filter,
Handler handler)
|
void |
HandlerManager.removeHandler(String[] methods,
Filter filter,
Handler handler)
Removes handlers with the handler manager. |
void |
HandlerLifecycleManager.removeHandler(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
|
void |
UserDefinedHandlerManager.removeHandler(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
|
void |
HandlerManager.removeHandler(String[] methods,
Filter filter,
Handler handler,
String lifecyclePhase)
Removes handlers belonging to the given lifecycle phase with the handler manager. |
void |
RequestContext.setExecutionStatus(Handler handler,
boolean status)
Method to set Execution Status. |
void |
RequestContext.setExecutionStatus(Handler handler,
Throwable exception)
Method to set Execution Status. |
Uses of Handler in org.wso2.carbon.registry.core.jdbc.handlers.builtin |
---|
Subclasses of Handler in org.wso2.carbon.registry.core.jdbc.handlers.builtin | |
---|---|
class |
CommentCollectionURLHandler
Handles paths of the form |
class |
CommentURLHandler
Handles paths of the form pure resource path;comments:comment ID e.g. |
class |
MountHandler
This class is used to handle registry calls to mounted registry instances. |
class |
OperationStatisticsHandler
This handler is used to record operation-level statistics related to a given server instance. |
class |
RatingCollectionURLHandler
Handles paths of the form pure resource path;ratings e.g. |
class |
RatingURLHandler
Handles paths of the form pure resource path;ratings:username e.g. |
class |
RegexBaseRestrictionHandler
RegexBaseRestrictionHandler is used to restrict certain operations such as move, rename performing against certain resources. |
class |
SimulationHandler
This handler is used to capture results after a handler simulation has taken place. |
class |
SQLQueryHandler
Handler managing adding and fetching SQL Queries. |
class |
SymLinkHandler
This handler is used to create a symbolic link from one resource to another and perform registry operations on the symbolic link and have them applied on the actual resource as if the actual resource itself was being used. |
class |
TagCollectionURLHandler
Deprecated. |
class |
TagURLHandler
Handles paths of the form pure resource path;tags:tag name:username e.g. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |