Interface IWebEndpoint
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IView
- All Known Implementing Classes:
EClientView
,EDesignerEndpoint
,EInboxEndpoint
,EIncludesEndpoint
,EProjectView
,EProtectedView
,EPublicView
,ESystemView
,PluginMenuEntryView
Common interface that defines formcycle web endpoints with basic definitions for availability and authorization
requirements. E.g. an endpoint may be a web servlet or a JSF view.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
-
Method Details
-
getId
- Returns:
- the unique ID of this web endpoint.
-
getUriResolver
- Returns:
- the uri resolver which defines the location of this endpoint.
-
getAvailibilityResolver
- Returns:
- the availability resolver that defines the availability requirements of this web endpoint. May be
null
. Ifnull
resolver is returned than the web endpoint is available.
-
getAuthorizer
- Returns:
- the authorizer that defines authorization requirements of this web endpoint. May be
null
. Ifnull
authorizer is returned than the view web enpoint is public, which means any user can access it.
-