public class DefaultWebApplicationRequestMapping extends Object implements WebApplicationRequestMapping
Constructor and Description |
---|
DefaultWebApplicationRequestMapping(String mapping)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get the mapping.
|
boolean |
isExact()
Is this an exact match.
|
boolean |
isExtension()
Is this an extension match.
|
void |
setExact(boolean exact)
Set the exact flag.
|
void |
setExtension(boolean extension)
Set the extension flag.
|
void |
setMapping(String mapping)
Set the mapping.
|
public DefaultWebApplicationRequestMapping(String mapping)
mapping
- the mapping.public String getPath()
getPath
in interface WebApplicationRequestMapping
public boolean isExact()
isExact
in interface WebApplicationRequestMapping
public boolean isExtension()
isExtension
in interface WebApplicationRequestMapping
public void setExact(boolean exact)
exact
- the exact flag.public void setExtension(boolean extension)
extension
- the extension flag.public void setMapping(String mapping)
mapping
- the mapping.Copyright © 2020. All rights reserved.