Uses of Class
jakarta.portlet.MimeResponse.Copy
-
Packages that use MimeResponse.Copy Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of MimeResponse.Copy in jakarta.portlet
Methods in jakarta.portlet that return MimeResponse.Copy Modifier and Type Method Description static MimeResponse.CopyMimeResponse.Copy. valueOf(String name)Returns the enum constant of this type with the specified name.static MimeResponse.Copy[]MimeResponse.Copy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.portlet with parameters of type MimeResponse.Copy Modifier and Type Method Description ActionURLMimeResponse. createActionURL(MimeResponse.Copy option)Creates an action URL targeting the portlet.ActionURLResourceResponse. createActionURL(MimeResponse.Copy option)RenderURLActionResponse. createRedirectURL(MimeResponse.Copy option)Returns a render URL containing render parameters according to the MimeResponse.Copy argument.RenderURLMimeResponse. createRenderURL(MimeResponse.Copy option)Creates a render URL targeting the portlet.RenderURLResourceResponse. createRenderURL(MimeResponse.Copy option) -
Uses of MimeResponse.Copy in jakarta.portlet.filter
Methods in jakarta.portlet.filter with parameters of type MimeResponse.Copy Modifier and Type Method Description ActionURLMimeResponseWrapper. createActionURL(MimeResponse.Copy option)RenderURLActionResponseWrapper. createRedirectURL(MimeResponse.Copy option)RenderURLMimeResponseWrapper. createRenderURL(MimeResponse.Copy option)
-