|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.jdbc.handlers.filters.Filter
org.wso2.registry.jdbc.handlers.filters.URLMatcher
public class URLMatcher
Field Summary |
---|
Fields inherited from class org.wso2.registry.jdbc.handlers.filters.Filter |
---|
DELETE, GET, IMPORT, IMPORT_CHILD, PUT, PUT_CHILD |
Constructor Summary | |
---|---|
URLMatcher()
|
Method Summary | |
---|---|
java.lang.String |
getDeletePattern()
|
java.lang.String |
getGetPattern()
|
java.lang.String |
getImportChildPattern()
|
java.lang.String |
getImportPattern()
|
java.lang.String |
getPutChildPattern()
|
java.lang.String |
getPutPattern()
|
boolean |
handleDelete(RequestContext requestContext)
Determines whether the associating handler should handle the delete action. |
boolean |
handleGet(RequestContext requestContext)
Determines whether the associating handler should handle the get action. |
boolean |
handleImportChild(RequestContext requestContext)
Determines whether the associating handler should handle the importChild action. |
boolean |
handleImportResource(RequestContext requestContext)
Determines whether the associating handler should handle the import resource action. |
boolean |
handlePut(RequestContext requestContext)
Determines whether the associating handler should handle the put action. |
boolean |
handlePutChild(RequestContext requestContext)
Determines whether the associating handler should handle the putChild action. |
void |
setDeletePattern(java.lang.String deletePattern)
|
void |
setGetPattern(java.lang.String getPattern)
|
void |
setImportChildPattern(java.lang.String importChildPattern)
|
void |
setImportPattern(java.lang.String importPattern)
|
void |
setPutChildPattern(java.lang.String putChildPattern)
|
void |
setPutPattern(java.lang.String putPattern)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLMatcher()
Method Detail |
---|
public boolean handleGet(RequestContext requestContext) throws RegistryException
Filter
handleGet
in class Filter
requestContext
- Information about the current requestContext.
RegistryException
- Filter impls should deal with the specific exceptions and throw
a RegistryException if the exception has to be propagated to the surface.public boolean handlePut(RequestContext requestContext) throws RegistryException
Filter
handlePut
in class Filter
requestContext
- Information about the current requestContext.
RegistryException
- Filter impls should deal with the specific exceptions and throw
a RegistryException if the exception has to be propagated to the surface.public boolean handleImportResource(RequestContext requestContext) throws RegistryException
Filter
handleImportResource
in class Filter
requestContext
- Information about the current requestContext.
RegistryException
- Filter impls should deal with the specific exceptions and throw
a RegistryException if the exception has to be propagated to the surface.public boolean handleDelete(RequestContext requestContext) throws RegistryException
Filter
handleDelete
in class Filter
requestContext
- Information about the current requestContext.
RegistryException
- Filter impls should deal with the specific exceptions and throw
a RegistryException if the exception has to be propagated to the surface.public boolean handlePutChild(RequestContext requestContext) throws RegistryException
Filter
handlePutChild
in class Filter
requestContext
- Information about the current requestContext.
RegistryException
- Filter impls should deal with the specific exceptions and throw
a RegistryException if the exception has to be propagated to the surface.public boolean handleImportChild(RequestContext requestContext) throws RegistryException
Filter
handleImportChild
in class Filter
requestContext
- Information about the current requestContext.
RegistryException
- Filter impls should deal with the specific exceptions and throw
a RegistryException if the exception has to be propagated to the surface.public java.lang.String getGetPattern()
public void setGetPattern(java.lang.String getPattern)
public java.lang.String getPutPattern()
public void setPutPattern(java.lang.String putPattern)
public java.lang.String getImportPattern()
public void setImportPattern(java.lang.String importPattern)
public java.lang.String getDeletePattern()
public void setDeletePattern(java.lang.String deletePattern)
public java.lang.String getPutChildPattern()
public void setPutChildPattern(java.lang.String putChildPattern)
public java.lang.String getImportChildPattern()
public void setImportChildPattern(java.lang.String importChildPattern)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |