|
| 6933 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java | don't set on PageResult both layoutState and layoutURI. LayoutURI can be deduced from the layoutState (which is the real intention) + the layout object just before doing the request dispatching to the layout servlet. Furthermore layoutURI is an internal implementation detail of the fact that the layouting of the different regions is done primarily by a JSP |
| 6933 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/test/theme/tmp/render/TestRenderedMarkup.java | don't set on PageResult both layoutState and layoutURI. LayoutURI can be deduced from the layoutState (which is the real intention) + the layout object just before doing the request dispatching to the layout servlet. Furthermore layoutURI is an internal implementation detail of the fact that the layouting of the different regions is done primarily by a JSP |
| 6933 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/instance/command/InvokePortletInstanceRenderCommand.java | don't set on PageResult both layoutState and layoutURI. LayoutURI can be deduced from the layoutState (which is the real intention) + the layout object just before doing the request dispatching to the layout servlet. Furthermore layoutURI is an internal implementation detail of the fact that the layouting of the different regions is done primarily by a JSP |
| 6933 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/PageResult.java | don't set on PageResult both layoutState and layoutURI. LayoutURI can be deduced from the layoutState (which is the real intention) + the layout object just before doing the request dispatching to the layout servlet. Furthermore layoutURI is an internal implementation detail of the fact that the layouting of the different regions is done primarily by a JSP |
| 6933 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/test/theme/tmp/servlet/TestThemeServlet.java | don't set on PageResult both layoutState and layoutURI. LayoutURI can be deduced from the layoutState (which is the real intention) + the layout object just before doing the request dispatching to the layout servlet. Furthermore layoutURI is an internal implementation detail of the fact that the layouting of the different regions is done primarily by a JSP |
| 6933 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/JSPLayout.java | don't set on PageResult both layoutState and layoutURI. LayoutURI can be deduced from the layoutState (which is the real intention) + the layout object just before doing the request dispatching to the layout servlet. Furthermore layoutURI is an internal implementation detail of the fact that the layouting of the different regions is done primarily by a JSP |
| 6933 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/test/theme/TestServlet.java | don't set on PageResult both layoutState and layoutURI. LayoutURI can be deduced from the layoutState (which is the real intention) + the layout object just before doing the request dispatching to the layout servlet. Furthermore layoutURI is an internal implementation detail of the fact that the layouting of the different regions is done primarily by a JSP |
| 6932 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java | simplify theme header rendering |
| 6932 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/PageResult.java | simplify theme header rendering |
| 6932 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/tag/ThemeTagHandler.java | simplify theme header rendering |
| 6932 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/WARTheme.java | simplify theme header rendering |
| 6932 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/ThemeConstants.java | simplify theme header rendering |
| 6932 | deleted | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/ThemeResult.java | simplify theme header rendering |
| 6932 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/PortalTheme.java | simplify theme header rendering |
| 6932 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/PageRendition.java | simplify theme header rendering |
| 6931 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/servlet/ReleaseSessionsSessionListener.java | - Now implements PortalEventListener and uses Portal-level events.- Still needs to be wired as a service... |
| 6930 | modified | julien@jboss.com | //trunk/build/build.xml | adding web module into build |
| 6929 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/aspects/portlet/ContextDispatcherInterceptor.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/build/ide/intellij/idea60/modules/core/core.iml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/LayoutDispatcher.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/server/src/resources/test/test-charset-sar/META-INF/jboss-service.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/PageResult.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/web/src/main/org/jboss | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/theme/build.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/server/src/resources/test/test-response-sar/META-INF/jboss-service.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/JSPLayout.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/web | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/theme/src/bin/test/theme-test-war/WEB-INF/portal-renderSet.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/impl/ServerImpl.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/RenderContext.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/theme/src/bin/test/theme-test-war/WEB-INF | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | deleted | julien@jboss.com | //trunk/portlet-server/src/main/org/jboss/portal/web/jboss | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/spi/RequestContext.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/web | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/web/src/main/org/jboss/portal/web | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/build/ide/intellij/idea60/modules/theme/theme.iml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/tools/etc/buildfragments/modules.ent | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/web/build.bat | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/Server.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/web/build.sh | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/web/jboss | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/core/build.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/server/src/resources/test/test-servlet-sar/META-INF/jboss-service.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/portlet/build.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/wsrp/src/resources/tests/test-wsrp-producer-sar/META-INF/jboss-service.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | added | julien@jboss.com | //trunk/web/src/main | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxResponseHandler.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | deleted | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/web/spi/RequestDispatchCallback.java | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |
| 6929 | modified | julien@jboss.com | //trunk/portlet-server/build.xml | extract the servlet container spi into a 'web' module. it will probably contains different implementations in the future |