public class UrlSchema extends BaseObject implements Serializable
Param
eters 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()
UrlParams
public void setUrlParams(UrlParams value)
value
- allowed object is
UrlParams
public GetParams getGetParams()
GetParams
public void setGetParams(GetParams value)
value
- allowed object is
GetParams
public PostParams getPostParams()
PostParams
public void setPostParams(PostParams value)
value
- allowed object is
PostParams
Copyright © 2011–2020 aiticon GmbH. All rights reserved.