You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Frank Nimphius (JIRA)" <ad...@incubator.apache.org> on 2006/07/19 17:22:15 UTC

[jira] Created: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

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

        

[jira] Reopened: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-70?page=all ]

Adam Winer reopened ADFFACES-70:
--------------------------------

             
Since it's in "adfinternal", it is not a public API.  The request asks for a public API.

> 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

        

[jira] Commented: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-70?page=comments#action_12422287 ] 
            
Matthias Weßendorf commented on ADFFACES-70:
--------------------------------------------

makes the API package "org.apache.myfaces.adf.util" sense to you ?


what I did ... moved the method over to the public API (instread of XhtmlConstants I use "partial" as a string)
in that PartialPageUtils I like to "wrap" that new public api method

so the isPartialReq() method is still in PartialPageUtils, but the *source* only in one class.

> 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
>         Assigned To: Matthias Weßendorf
>
> 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

       

[jira] Updated: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-70:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> Expose API to detect whether or not a request is a partial submit (PPR)
> -----------------------------------------------------------------------
>
>                 Key: ADFFACES-70
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-70
>             Project: MyFaces ADF-Faces
>          Issue Type: New Feature
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Any
>            Reporter: Frank Nimphius
>         Assigned To: Matthias Weßendorf
>             Fix For: 1.0.0-incubating-core
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

Posted by "Simon Lessard (JIRA)" <ad...@incubator.apache.org>.
    [ 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

        

[jira] Assigned: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-70?page=all ]

Matthias Weßendorf reassigned ADFFACES-70:
------------------------------------------

    Assignee: Matthias Weßendorf

> 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
>         Assigned To: Matthias Weßendorf
>
> 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

       

[jira] Closed: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-70?page=all ]

Matthias Weßendorf closed ADFFACES-70.
--------------------------------------

    Resolution: Fixed

Fixed ADFFACES-70; Created PartitialPageRenderingUtils and made PartialPageUtils final, since it already has a private constructor. inside isPartialReq() the method from PartitialPageRenderingUtils clazz is used

> 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
>         Assigned To: Matthias Weßendorf
>
> 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

       

[jira] Resolved: (ADFFACES-70) Expose API to detect whether or not a request is a partial submit (PPR)

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-70?page=all ]

Matthias Weßendorf resolved ADFFACES-70.
----------------------------------------

    Resolution: Invalid

requested feature already there

> 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