-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Util
-
Labels:None
This task involves creating the following factory in order to clarify the API of package com.liferay.faces.util.jsp:
public abstract class JspAdapterFactory implements FacesWrapper<JspAdapterFactory> { public abstract PageContext getPageContext(...) throws FacesException; public abstract JspWriter getJspWriter() throws FacesException; public abstract BodyContent getBodyContent(...) throws FacesException; }