| Constructor and Description |
|---|
TrailingSlash() |
| Modifier and Type | Method and Description |
|---|---|
static TrailingSlash |
append()
Create a new
TrailingSlash instance that will append trailing slashes from all matching request and
rendered output Address instances, if necessary. |
String |
getId() |
static TrailingSlash |
remove()
Create a new
TrailingSlash instance that will remove trailing slashes from all matching request and
rendered output Address instances, if necessary. |
abstract String |
toString() |
TrailingSlash |
withId(String id)
Set the ID of this
TrailingSlash instance. |
public static TrailingSlash remove()
TrailingSlash instance that will remove trailing slashes from all matching request and
rendered output Address instances, if necessary.public static TrailingSlash append()
TrailingSlash instance that will append trailing slashes from all matching request and
rendered output Address instances, if necessary.public TrailingSlash withId(String id)
TrailingSlash instance.Copyright © 2023 OCPsoft. All rights reserved.