Class ServletCoreRequest.ServletAttributes

java.lang.Object
org.eclipse.jetty.ee10.servlet.ServletCoreRequest.ServletAttributes
All Implemented Interfaces:
org.eclipse.jetty.util.Attributes
Enclosing class:
ServletCoreRequest

public static class ServletCoreRequest.ServletAttributes extends Object implements org.eclipse.jetty.util.Attributes
  • Constructor Details

    • ServletAttributes

      public ServletAttributes(jakarta.servlet.http.HttpServletRequest httpServletRequest)
  • Method Details

    • removeAttribute

      public Object removeAttribute(String name)
      Specified by:
      removeAttribute in interface org.eclipse.jetty.util.Attributes
    • setAttribute

      public Object setAttribute(String name, Object attribute)
      Specified by:
      setAttribute in interface org.eclipse.jetty.util.Attributes
    • getAttribute

      public Object getAttribute(String name)
      Specified by:
      getAttribute in interface org.eclipse.jetty.util.Attributes
    • getAttributeNameSet

      public Set<String> getAttributeNameSet()
      Specified by:
      getAttributeNameSet in interface org.eclipse.jetty.util.Attributes
    • clearAttributes

      public void clearAttributes()
      Specified by:
      clearAttributes in interface org.eclipse.jetty.util.Attributes