Package | Description |
---|---|
org.apache.empire.jsf2.pages | |
org.apache.empire.jsf2.utils |
Modifier and Type | Method and Description |
---|---|
<T extends ParameterObject> |
Page.getObjectFromParam(Class<T> paramType,
String idParam) |
Modifier and Type | Method and Description |
---|---|
<T extends ParameterObject> |
ParameterMap.get(Class<T> paramType,
String id)
Puts an object into the paramter map that implements the ParameterObject interface
|
Modifier and Type | Method and Description |
---|---|
String |
ParameterMap.put(ParameterObject paramObject)
Puts an object into the paramter map that implements the ParameterObject interface
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterMap.clear(Class<? extends ParameterObject> paramType) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.