[ http://issues.apache.org/jira/browse/ADFFACES-70?page=comments#action_12422199 ]
Simon Lessard commented on ADFFACES-70:
---------------------------------------
Isn't it already public but just not commented very much? The right method is in org.apache.myfaces.adfinternal.renderkit.core.xhtml.PartialPageUtils
class:
public static boolean isPartialRequest(FacesContext context);
Or are we considering all classes in "adfinternal" branch to be private?
> Expose API to detect whether or not a request is a partial submit (PPR)
> -----------------------------------------------------------------------
>
> Key: ADFFACES-70
> URL: http://issues.apache.org/jira/browse/ADFFACES-70
> Project: MyFaces ADF-Faces
> Issue Type: New Feature
> Environment: Any
> Reporter: Frank Nimphius
>
> Developers might need to access the information of the type of request (partial or normal)
to use in their application code. This information is not available as a public API.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|