Uses of Interface
org.glassfish.contextpropagation.ViewCapable
-
Packages that use ViewCapable Package Description org.glassfish.contextpropagation org.glassfish.contextpropagation.internal org.glassfish.diagnostics.context.impl -
-
Uses of ViewCapable in org.glassfish.contextpropagation
Subinterfaces of ViewCapable in org.glassfish.contextpropagation Modifier and Type Interface Description interfaceContextLifecycleWork contexts that implements this interface will be notified of context propagation lifecycle events when a context is changed, added, removed, or propagated.Classes in org.glassfish.contextpropagation that implement ViewCapable Modifier and Type Class Description classLocationThe Location class provides information about the current location of the request relative to the point where it originally entered the system.Methods in org.glassfish.contextpropagation with type parameters of type ViewCapable Modifier and Type Method Description <T extends ViewCapable>
TContextMap. createViewCapable(String prefix)ViewCapable instances are custom contexts and are created by the context propagation framework by using a ContextViewFactory registered against the corresponding context's name prefix.Methods in org.glassfish.contextpropagation that return ViewCapable Modifier and Type Method Description ViewCapableContextLifecycle. contextToPropagate()Sent to a Context just before it is propagated.ViewCapableLocation. contextToPropagate()ViewCapableContextViewFactory. createInstance(View view) -
Uses of ViewCapable in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal with type parameters of type ViewCapable Modifier and Type Method Description <T extends ViewCapable>
TUtils.PrivilegedWireAdapterAccessor. createViewCapable(String prefix, boolean isOriginator) -
Uses of ViewCapable in org.glassfish.diagnostics.context.impl
Classes in org.glassfish.diagnostics.context.impl that implement ViewCapable Modifier and Type Class Description classContextImplBase implementation oforg.glassfish.diagnostics.context.Context.
-