Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
currently it's required to use ViewConfigCache directly for manually using information about a view-config.
it should be possible to use it e.g. like:
@Inject
private ViewConfigResolver viewConfigResolver;
//...
this.viewConfigResolver.getViewConfig(MyPage.class).getViewId();
therefore we have to move (and rename) some methods of ViewConfigEntry and PageBeanConfigEntry to the api package