Package org.glassfish.jersey
Class JerseyPriorities
java.lang.Object
org.glassfish.jersey.JerseyPriorities
Built-in Jersey-specific priority constants to be used along with
Priorities
where finer-grained
categorization is required.- Author:
- Adam Lindenthal
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Priority for components that have to be called AFTER message encoders/decoders filters/interceptors. -
Method Summary
-
Field Details
-
POST_ENTITY_CODER
public static final int POST_ENTITY_CODERPriority for components that have to be called AFTER message encoders/decoders filters/interceptors. The constant has to be higher thanPriorities.ENTITY_CODER
in order to force the processing after the components withPriorities.ENTITY_CODER
are processed.- See Also:
-