| Field and Description |
|---|
| javax.portlet.faces.GenericFacesPortlet.DEFAULT_CHARACTERSET_ENCODING
Portlet init parameter that defines the render response CharacterSetEncoding the bridge sets prior
to rendering. Typcially only set when the jsp outputs an encoding other then the portlet container's
and the portlet container supports response encoding transformation. It is deprecated because bridge
implementations (since JSR 329) no longer utilize it.
|
| javax.portlet.faces.GenericFacesPortlet.DEFAULT_CONTENT_TYPE
Portlet init parameter that defines the render response ContentType the bridge sets prior to
rendering. If not set the bridge uses the request's preferred content type. It is deprecated because
bridge implementations (since JSR 329) no longer utilize it.
|
| Method and Description |
|---|
| javax.portlet.faces.GenericFacesPortlet.getResponseCharacterSetEncoding(PortletRequest)
This method is no longer used or called by the
GenericFacesPortlet but retained in case
a subclass has called it. |
| javax.portlet.faces.GenericFacesPortlet.getResponseContentType(PortletRequest)
This method is no longer used or called by the
GenericFacesPortlet but retained in case
a subclass has called it. |
Copyright © 2016 Liferay, Inc. All rights reserved.