public class UrlSchema extends BaseObject implements Serializable
Parameters are allowed on a certain PageReference respectively PageDefinition.| Modifier and Type | Field and Description |
|---|---|
protected GetParams |
getParams |
protected PostParams |
postParams |
protected UrlParams |
urlParams |
| Constructor and Description |
|---|
UrlSchema() |
| Modifier and Type | Method and Description |
|---|---|
GetParams |
getGetParams()
Gets the value of the getParams property.
|
PostParams |
getPostParams()
Gets the value of the postParams property.
|
UrlParams |
getUrlParams()
Gets the value of the urlParams property.
|
void |
setGetParams(GetParams value)
Sets the value of the getParams property.
|
void |
setPostParams(PostParams value)
Sets the value of the postParams property.
|
void |
setUrlParams(UrlParams value)
Sets the value of the urlParams property.
|
protected UrlParams urlParams
protected GetParams getParams
protected PostParams postParams
public UrlParams getUrlParams()
UrlParamspublic void setUrlParams(UrlParams value)
value - allowed object is
UrlParamspublic GetParams getGetParams()
GetParamspublic void setGetParams(GetParams value)
value - allowed object is
GetParamspublic PostParams getPostParams()
PostParamspublic void setPostParams(PostParams value)
value - allowed object is
PostParamsCopyright © 2011–2017 aiticon GmbH. All rights reserved.