public class TargetedUrlComponents extends Object
Constructor and Description |
---|
TargetedUrlComponents() |
Modifier and Type | Method and Description |
---|---|
String |
getPrefix()
Returns the URL prefix (e.g.
|
String |
getSuffix()
Returns the URL suffix (e.g.
|
String |
getTargetId()
Returns the target ID (e.g.
|
void |
setPrefix(String prefix)
Sets the URL prefix.
|
void |
setSuffix(String suffix)
Sets the URL suffix (e.g.
|
void |
setTargetId(String targetId)
Sets the target ID (e.g.
|
public String getPrefix()
public void setPrefix(String prefix)
prefix
- the prefix to set (e.g. /products/index)public String getTargetId()
public void setTargetId(String targetId)
targetId
- the target ID to setpublic String getSuffix()
public void setSuffix(String suffix)
suffix
- the suffix to setCopyright © 2022 CrafterCMS. All rights reserved.