|
| 6875 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/support/BehaviorBackedServiceFactory.java | - Fixed a bug in ProducerInfo where cache would always be bypassed if no POPs where offered.- Started adding tests for ProducerInfo. |
| 6875 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java | - Fixed a bug in ProducerInfo where cache would always be bypassed if no POPs where offered.- Started adding tests for ProducerInfo. |
| 6875 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/other/ProducerInfoTestCase.java | - Fixed a bug in ProducerInfo where cache would always be bypassed if no POPs where offered.- Started adding tests for ProducerInfo. |
| 6874 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-sar/wsrp-aop.xml | - destroyConsumer should also use a transaction. |
| 6873 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java | - Use register method in internalRefresh. |
| 6872 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/tag/RegionTagHandler.java | made RegionOrientation class independant of the region concept as it is just an orientation. |
| 6872 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/Orientation.java | made RegionOrientation class independant of the region concept as it is just an orientation. |
| 6872 | deleted | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/RegionOrientation.java | made RegionOrientation class independant of the region concept as it is just an orientation. |
| 6872 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/Region.java | made RegionOrientation class independant of the region concept as it is just an orientation. |
| 6872 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/RenderContext.java | made RegionOrientation class independant of the region concept as it is just an orientation. |
| 6871 | deleted | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/RegionNames.java | removed unused interface defining obsolete constants |
| 6870 | deleted | julien@jboss.com | //trunk/core/src/resources/portal-core-war/WEB-INF/jsp/admin | removed unused JSPs from legacy admin app |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/RegionRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaRegionRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/ObjectRenderContext.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/WindowRenderContext.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyWindowRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/PortalRenderSet.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/DecorationRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaDecorationRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/PortletRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaPortletRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/RenderContext.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivWindowRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/RegionRenderContext.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyRegionRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyDecorationRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/DecorationRenderContext.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/ObjectRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyPortletRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/PortletRenderContext.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/WindowRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaWindowRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivRegionRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivDecorationRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/PortalTheme.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivPortletRenderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6869 | deleted | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/Renderer.java | decoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context. |
| 6868 | modified | thomas.heute@jboss.com | //trunk/core/src/main/org/jboss/portlet/content/ContentTypeRegistration.java | Fixed registration of mbean with dependencies. |