Class RequestWebEndpointContext
- java.lang.Object
 - 
- de.xima.fc.security.context.request.RequestWebEndpointContext
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @RequestScoped public class RequestWebEndpointContext extends Object implements Serializable
CDI model bean for accessing the web endpoint of the current request.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RequestWebEndpointContext() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWebEndpointgetWebEndpoint() 
 - 
 
- 
- 
Method Detail
- 
getWebEndpoint
public IWebEndpoint getWebEndpoint()
 
 - 
 
 -