[
https://issues.jboss.org/browse/GTNPORTAL-2278?page=com.atlassian.jira.pl...
]
Marko Strukelj commented on GTNPORTAL-2278:
-------------------------------------------
Removing final modifier from methods and turning
LocaleConfigServiceImpl.parseConfiguration method from private to protected should
suffice.
Enable customization of LocalConfig service by extending existing
implementations
---------------------------------------------------------------------------------
Key: GTNPORTAL-2278
URL:
https://issues.jboss.org/browse/GTNPORTAL-2278
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Internationalization and Localization, Java API
Affects Versions: 3.2.0-M01
Reporter: Martin Weiler
Assignee: Marko Strukelj
Creating custom implementations of the LocaleConfig and LocaleConfigService interfaces is
not possible by extending the existing implementations. Most methods are declared final or
private.
The current implementations should be changed so that they can be easily extended.
Otherwise unnecessary code duplication has to be done.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira