Uses of Interface
org.apache.empire.jsf2.utils.ParameterObject
Packages that use ParameterObject
-
Uses of ParameterObject in org.apache.empire.jsf2.pages
Methods in org.apache.empire.jsf2.pages with type parameters of type ParameterObjectModifier and TypeMethodDescription<T extends ParameterObject>
TPage.getObjectFromParam(Class<T> paramType, String idParam) -
Uses of ParameterObject in org.apache.empire.jsf2.utils
Methods in org.apache.empire.jsf2.utils with type parameters of type ParameterObjectModifier and TypeMethodDescription<T extends ParameterObject>
TReturns the ParameterObject for the given encoded idMethods in org.apache.empire.jsf2.utils with parameters of type ParameterObjectModifier and TypeMethodDescriptionParameterMap.put(ParameterObject paramObject) Puts an object into the paramter map that implements the ParameterObject interfaceParameterMap.put(ParameterObject paramObject, boolean useCache) Puts an object into the paramter map that implements the ParameterObject interface