Package jakarta.portlet
Interface ResourceParameters
-
- All Superinterfaces:
PortletParameters
- All Known Subinterfaces:
MutableResourceParameters
- All Known Implementing Classes:
MutableResourceParametersWrapper,ResourceParametersWrapper
public interface ResourceParameters extends PortletParameters
Resource parameters are additional portlet parameters added to the URL that extend the state information provided by the render parameters.PortletParametersprovides a description of the parameter concept.- Since:
- 3.0
- See Also:
PortletParameters,MutableResourceParameters,ResourceRequest,ResourceURL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableResourceParametersclone()Returns aMutableResourceParametersobject encapsulating a copy of the same parameters as the original object.
-
-
-
Method Detail
-
clone
MutableResourceParameters clone()
Returns aMutableResourceParametersobject encapsulating a copy of the same parameters as the original object. Changing a mutable copy will not influence the source object.- Specified by:
clonein interfacePortletParameters- Returns:
- Mutable clone of ResourceParameters object
-
-