Improve UIPage to make it easier for extending in other extension project
-------------------------------------------------------------------------
Key: GTNPORTAL-1783
URL:
https://issues.jboss.org/browse/GTNPORTAL-1783
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: Vu Viet Phuong
Assignee: Vu Viet Phuong
When we need to write a new UIPage in other project , for example UIDesktopPage extends
UIPage, but in Gatein, it's hard to create a new instance of UIDesktopPage.
We should add to UIPage a static map that help us to add more Class object in
UIDesktopPage --> this map will help us to retrieve the actual UIDesktopPage class in
Gatein project
protected static Map<String, Class<? extends UIPage>> realClass;
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira