|
| 6903 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/ext/dispatcher/DispatcherSequenceBuilder.java | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6903 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/tck/dispatcher/DispatcherSequenceBuilder.java | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6903 | added | julien@jboss.com | //trunk/portlet/src/resources/test/jsr168/ext/dispatcher-war/dispatchedFromFilter.jsp | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6903 | modified | julien@jboss.com | //trunk/portlet/src/resources/test/jsr168/ext/dispatcher-war/WEB-INF/portlet.xml | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6903 | modified | julien@jboss.com | //trunk/portlet/src/resources/test/jsr168/ext/dispatcher-war/WEB-INF/web.xml | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6903 | modified | julien@jboss.com | //trunk/portlet/src/resources/test/jsr168/tck/dispatcher-war/WEB-INF/web.xml | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6903 | modified | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/DispatchedHttpServletRequest.java | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6903 | added | julien@jboss.com | //trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/ext/dispatcher/DispatchingFilter.java | - improving implementation request dispatching from portlet to servlet- added more test cases for the request dispatching from portlet to servlet |
| 6902 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/ns/PortalObjectNavigationalStateContext.java | added missing files |
| 6902 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/ns | added missing files |
| 6902 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/ns/WindowNavigationalState.java | added missing files |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/aspects/controller/node/EventBroadcasterInterceptor.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxController.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/api/src/main/org/jboss/portal/WindowState.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns/NavigationalStateContext.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/classic/ClassicResponseHandler.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaWindowRenderer.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/Controller.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/PortalObjectResponseHandler.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns/NavigationalStateKey.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | deleted | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/response/UpdateMarkupResponse.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxInterceptor.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns/NavigationalStateChangeListener.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/command/InvokePortletWindowRenderCommand.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/page/WindowContext.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaConstants.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/aspects/controller/NavigationalStateInterceptor.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaDecorationRenderer.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/portlet/PortletResponseHandler.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | deleted | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/response/UpdatePageResponse.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaPortletRenderer.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/response/UpdatePageStateResponse.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/command/response/UpdateWindowMarkupResponse.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/theme/render/RenderContext.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/classic/ClassicController.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns/NavigationalStateObjectChange.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/test/theme/render/TestRenderedMarkup.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns/NavigationalStateObjectUpdated.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/content/InternalContentProvider.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/theme/src/main/org/jboss/portal/test/theme/servlet/TestThemeServlet.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/classic/ResponseHandler.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | deleted | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/InsufficientTransportGuaranteeException.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns/NavigationalStateChange.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/aspects/controller/PageCustomizerInterceptor.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/content/generic/InternalGenericContentProvider.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | added | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/ns/NavigationalStateObjectDestroyed.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |
| 6901 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxResponse.java | - better handling of core command request flow- introduce real implementation of navigational state context which can log the changes made to the navigational state during a request so it can be used to detect portlet window changes to the nav state and piggy back several portlets to the client side during one request (use case with IPC API) |