Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleHint

Some EL implementations like JUEL check the allowed return type explicitly. In combination with early implementations of Facelets you might see an exception which tells that action methods have to return strings. In such a case you can use Home.class.getName().

Info
titleSupport of getNavigationCases

The new API of JSF 2 ConfigurableNavigationHandler#getNavigationCases doesn't support implicit navigation. That's not the case with type-safe navigation. CODI combines the best of both. You don't need navigation rules and you will get the information with calling ConfigurableNavigationHandler#getNavigationCases if you need to query these information. (If you don't need it, you can deactivate it via the type-safe CODI config.)

PreViewConfigNavigateEvent

...