| Package | Description |
|---|---|
| org.jboss.portletbridge.bridge.config |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BridgeWriteBehindResponse> |
BridgeConfig.getWriteBehindRenderResponseWrapper()
Gets the
Class that the bridge uses to wrap the response when rendering a JSP to implement the
Faces implementation specific support for handling interleaved response writing. |
Class<? extends BridgeWriteBehindResponse> |
BridgeConfig.getWriteBehindResourceResponseWrapper()
Gets the
Class that the bridge uses to wrap the response when rendering a JSP resource to
implement the Faces implementation specific support for handling interleaved response writing. |
| Modifier and Type | Method and Description |
|---|---|
void |
BridgeConfig.setWriteBehindRenderResponseWrapper(Class<? extends BridgeWriteBehindResponse> renderResponseWrapper)
Sets the
Class that the bridge uses to wrap the response when rendering a JSP to implement the
Faces implementation specific support for handling interleaved response writing. |
void |
BridgeConfig.setWriteBehindResourceResponseWrapper(Class<? extends BridgeWriteBehindResponse> resourceResponseWrapper)
Sets the
Class that the bridge uses to wrap the response when rendering a JSP resource to
implement the Faces implementation specific support for handling interleaved response writing. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.