Interface AttributesContentPublicServletProvider
-
public interface AttributesContentPublicServletProvider
Provides servlet with public access to user's content stored in attributes, of those syntaxes that providesAttributeValueSyntax.publicExposureSpec()
implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVLET_PATH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jetty.servlet.ServletHolder
getServiceServlet()
-
-
-
Field Detail
-
SERVLET_PATH
static final java.lang.String SERVLET_PATH
- See Also:
- Constant Field Values
-
-