Class BeforeLogoutResource
- java.lang.Object
-
- org.apache.wicket.request.resource.AbstractResource
-
- org.apache.syncope.client.ui.commons.resources.oidcc4ui.BeforeLogoutResource
-
- All Implemented Interfaces:
Serializable
,IResource
,IClusterable
@Resource(key="oidcc4ui.beforeLogout", path="/oidcc4ui/before-logout") public class BeforeLogoutResource extends AbstractResource
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResource
AbstractResource.ContentRangeType, AbstractResource.ResourceResponse, AbstractResource.WriteCallback
-
Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResource
IResource.Attributes
-
-
Field Summary
-
Fields inherited from class org.apache.wicket.request.resource.AbstractResource
CONTENT_DISPOSITION_HEADER_NAME, CONTENT_RANGE_ENDBYTE, CONTENT_RANGE_STARTBYTE, INTERNAL_HEADERS
-
-
Constructor Summary
Constructors Constructor Description BeforeLogoutResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractResource.ResourceResponse
newResourceResponse(IResource.Attributes attributes)
-
Methods inherited from class org.apache.wicket.request.resource.AbstractResource
configureCache, getCachingStrategy, respond, setRequestMetaData, setRequestRangeMetaData, setResponseContentRangeHeaderFields, setResponseHeaders
-
-
-
-
Method Detail
-
newResourceResponse
protected AbstractResource.ResourceResponse newResourceResponse(IResource.Attributes attributes)
- Specified by:
newResourceResponse
in classAbstractResource
-
-