public interface PluginProvidedDecoratorModule
Modifier and Type | Method and Description |
---|---|
String |
getTemplate() |
String |
key() |
boolean |
matches(String path)
Returns true if this decorator override should match the given path.
|
boolean matches(String path)
path
- the path. This path should start with a slash, and end just before the query string if any. Usually,
the path is the concatenation of HttpServletRequest.getServletPath()
and HttpServletRequest.getPathInfo()
.String getTemplate()
String key()
Copyright © 2003–2018 Atlassian. All rights reserved.