Versions Compared

Key

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

...

  • WindowContextManager
  • WindowContext
  • Conversation
  • MessageContext

Type-safe View Config

View configs are the base mechanism for type-safe navigation and further concepts like page-beans. It's planned to add further features based on this type-safe config approach.

Type-safe Navigation

Instead of using strings as outcome, it's possible to link a page to a special config class. So it's possible to use these classes as return values for action methods.

Type-safe

...

Security

It's possible to define permissions per method, bean, page or group of pages. You can use a custom implementation or an adapter to integrate an external security frameworkView configs are the base mechanism for type-safe navigation and further concepts like page-beans. It's planned to add further features based on this type-safe config approach.

RequestTypeResolver

It's mainly for used internally. However, you can use it to easily detect the type of the current request.

...