|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.rich.dt.param.PageParameters
public class PageParameters
| Constructor Summary | |
|---|---|
PageParameters(oracle.adfdt.model.objects.PageDefinition container)
Internal use only. |
|
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String id,
java.lang.String expr)
Adds a new parameter to the page definition. |
PageParameter |
getParameter(java.lang.String id)
Fetches the page parameter with the given id. |
java.util.Collection |
getParameters()
Retrieves a collection of PageParameters currently contained
within the page definition of the current jsp file. |
java.lang.String |
getParameterValue(java.lang.String id)
Gets the parameter value for the parameter with the given ID. |
void |
removeParameter(java.lang.String id)
Removes a parameter from the defined parameters list. |
void |
setParameterValue(java.lang.String id,
java.lang.String expr)
sets the parameter value for the parameter with the given ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageParameters(oracle.adfdt.model.objects.PageDefinition container)
| Method Detail |
|---|
public java.util.Collection getParameters()
PageParameters currently contained
within the page definition of the current jsp file.
PageParameterspublic PageParameter getParameter(java.lang.String id)
id - The id of the parameter to fetch.
PageParameter corresponding to the id, or
null, if none exists.
public void addParameter(java.lang.String id,
java.lang.String expr)
id - ID of the new parameter.expr - Expression value of the new parameter.public java.lang.String getParameterValue(java.lang.String id)
id - The id of the parameter to obtain the value.
public void setParameterValue(java.lang.String id,
java.lang.String expr)
id - The id of the parameter to set the value.expr - Expression value to set.public void removeParameter(java.lang.String id)
id - The ID of the parameter to remove.
|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||