public interface URLHandler extends Serializable, MultiTenantCloneable<URLHandler>
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getIncomingURL() |
String |
getNewURL() |
URLRedirectType |
getUrlRedirectType() |
boolean |
isRegexHandler()
Indicates if the value returned by
getIncomingURL() is a regex expression
rather than a concrete URI. |
void |
setId(Long id) |
void |
setIncomingURL(String incomingURL) |
void |
setNewURL(String newURL) |
void |
setRegexHandler(boolean regexHandler)
Deprecated.
|
void |
setRegexHandler(Boolean regexHandler)
Indicates if the value set by the method
setIncomingURL(String) should be treated as a regex
expression rather than as a concrete URI. |
void |
setUrlRedirectType(URLRedirectType redirectType) |
createOrRetrieveCopyInstance
Long getId()
void setId(Long id)
String getIncomingURL()
void setIncomingURL(String incomingURL)
String getNewURL()
void setNewURL(String newURL)
URLRedirectType getUrlRedirectType()
void setUrlRedirectType(URLRedirectType redirectType)
boolean isRegexHandler()
getIncomingURL()
is a regex expression
rather than a concrete URI. Default is false.void setRegexHandler(Boolean regexHandler)
setIncomingURL(String)
should be treated as a regex
expression rather than as a concrete URI.regexHandler
- @Deprecated void setRegexHandler(boolean regexHandler)
Copyright © 2022. All rights reserved.