com.vaadin.flow.server.osgi.

Class OSGiAccess.OSGiServletContext

  • Enclosing class:

    OSGiAccess


    public abstract static class OSGiAccess.OSGiServletContext
    extends Object

    This is internal class and is not intended to be used.

    It's public only because it needs to be proxied.

    This class represents a singleton servlet context instance which is not a real servlet context.

    • Constructor Detail

      • OSGiServletContext

        public OSGiServletContext()
    • Method Detail

      • setAttribute

        public void setAttribute(String name,
                                 Object object)
      • removeAttribute

        public void removeAttribute(String name)
      • log

        public void log(String msg)
      • getServletRegistrations

        public Map<String,? extends ServletRegistration> getServletRegistrations()