Package org.apache.empire.jsf2.utils
Interface ParameterObject
public interface ParameterObject
ParameterObject
This interface is used to store objects in the session parameter map
The object must provide a unique instance key as a String
- Author:
- doebele
-
Method Summary
Modifier and TypeMethodDescriptionprovides the unique instance key for this object
-
Method Details
-
getObjectKey
String getObjectKey()provides the unique instance key for this object- Returns:
- the unique key
-