Uploaded image for project: 'MyFaces CODI'
  1. MyFaces CODI
  2. EXTCDI-150

ViewConfigResolver - resolving view-configs via an api

    XMLWordPrintableJSON

Details

    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

      Attachments

        Activity

          People

            gpetracek Gerhard Petracek
            gpetracek Gerhard Petracek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: