Class RequestBackendContext

java.lang.Object
de.xima.fc.security.context.request.RequestBackendContext
All Implemented Interfaces:
Serializable

@Named @RequestScoped public class RequestBackendContext extends Object implements Serializable
CDI model bean for accessing the client & backend view of the current request.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • RequestBackendContext

      public RequestBackendContext()
  • Method Details

    • getClient

      public Mandant getClient()
    • getView

      public IView getView()