public abstract class AbstractRequestContextListener extends Object implements RequestContextListener
RequestContextListener
s that store a certain map of properties in a
RequestContext
.RequestContextListener.DefaultPriorities
Constructor and Description |
---|
AbstractRequestContextListener() |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,Property<?>> |
getProperties(RequestContext requestContext) |
void |
requestContextDestroyed(RequestContext requestContext)
Invoked when destroying a
RequestContext . |
void |
requestContextInitialized(RequestContext requestContext)
Invoked when initializing a
RequestContext . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority
@Nonnull protected abstract Map<String,Property<?>> getProperties(@Nonnull RequestContext requestContext)
public void requestContextInitialized(@Nonnull RequestContext requestContext)
RequestContextListener
RequestContext
.requestContextInitialized
in interface RequestContextListener
public void requestContextDestroyed(@Nonnull RequestContext requestContext)
RequestContextListener
RequestContext
.requestContextDestroyed
in interface RequestContextListener
Copyright © 2018 SAP SE. All rights reserved.