public interface Render
Render interface defines a service interface for
information renderings to be plugged into the web console.
NOTE: This interface is just an intermediate solution for making the
web console extensible. Future releases of the web console will remove this
and the Action interfaces and use the
javax.servlet.Servlet interface with predefined service
registration properties instead.
static final String SERVICE
String getName()
String getLabel()
void render(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 2006–2013 The Apache Software Foundation. All rights reserved.