Details
Description
We need to review our strategy of directly subclassing interfaces rather than using the supplied abstract wrappers for delegation:
public class DOMRenderKit extends RenderKit vs public class DOMRenderKit extends RenderKitWrapper
public class DOMResponseWriter extends ResponseWriter vs public class DOMResponseWriter extends ResponseWriterWrapper
In many cases, using the wrapper would give us access to a delegate class where we could take advantage of existing code.
public class DOMRenderKit extends RenderKit vs public class DOMRenderKit extends RenderKitWrapper
public class DOMResponseWriter extends ResponseWriter vs public class DOMResponseWriter extends ResponseWriterWrapper
In many cases, using the wrapper would give us access to a delegate class where we could take advantage of existing code.
Issue Links
- blocks
-
ICE-5679 Standardize how ICEfaces detects and uses encoding
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Salesforce Case | [] | |
Component/s | Framework [ 10013 ] | |
Assignee Priority | P1 |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |