[ http://issues.apache.org/jira/browse/ADFFACES-234?page=all ]

Scott O'Bryan updated ADFFACES-234:
-----------------------------------

    Attachment: 9-ADFFACES-234.patch

This is a patch to some code contributed by Adam to the portal branch.

1. It makes the API's within the GlobalConfiguratorImpl class a bit more robust
2. Adds initialization to the beginRequest rather then to the getInstance, 
removing the dependency on the ExternalContext 
3. getInstance was removed from the public "configurator" interface and moved 
to the the GlobalConfiguratorImpl object in the impl package
4. Error checking is now handled by the GlobalConfiguratorImpl so that if 
disableConfiguratorServices is called out of turn (ie. after a beginRequest has 
already been made), then a warning is logged and the services continue to run 
so the contract is not broken.
5. The GlobalConfiguratorImpl is documented much better and outlines the 
differences between it and it's ancestor, the Configurator abstract class
6. The Configurator abstract class is documented from the point of view of an 
"implementor" rather then from the GlobalConfiguratorImpl perspective.
7. Some other minor changes to use the API

I still have yet to check this code out in my POC environment, I hope to have 
that done soon so this JIRA ticket can be merged into main. 

> Filter logic for Portlets
> -------------------------
>
>                 Key: ADFFACES-234
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-234
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Portlet
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>         Attachments: 1-ADFFACES-234.patch, 7-ADFFACES-234.patch, 
> 8-ADFFACES-234.patch, 9-ADFFACES-234.patch
>
>
> The filter logic (with the exception of the wrapper objects) needs to be 
> ported over to use the system to be provided by MYFACES-1448.  See also 
> ADFFACES-229 and ADFFACES-230

-- 
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

        

Reply via email to