java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.TemplateFilter
All Implemented Interfaces:
jakarta.ws.rs.container.ContainerResponseFilter
Direct Known Subclasses:
ResponseFilter, SecondResponseFilter

public abstract class TemplateFilter extends Object implements jakarta.ws.rs.container.ContainerResponseFilter
  • Field Details

    • OPERATION

      public static final String OPERATION
      See Also:
    • PROPERTYNAME

      public static final String PROPERTYNAME
      See Also:
    • requestContext

      protected jakarta.ws.rs.container.ContainerRequestContext requestContext
    • responseContext

      protected jakarta.ws.rs.container.ContainerResponseContext responseContext
  • Constructor Details

    • TemplateFilter

      public TemplateFilter()
  • Method Details

    • filter

      public void filter(jakarta.ws.rs.container.ContainerRequestContext requestContext, jakarta.ws.rs.container.ContainerResponseContext responseContext) throws IOException
      Specified by:
      filter in interface jakarta.ws.rs.container.ContainerResponseFilter
      Throws:
      IOException
    • operationMethodNotFound

      protected void operationMethodNotFound(String operation)
    • collectionToString

      protected static <T> String collectionToString(Collection<T> collection)
    • assertTrue

      protected boolean assertTrue(boolean conditionTrue, Object... msg)
    • getHeaderString

      protected String getHeaderString()
    • setEntity

      protected void setEntity(String entity)