|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Render
The 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.
Field Summary | |
---|---|
static String |
SERVICE
Deprecated. |
Method Summary | |
---|---|
String |
getLabel()
Deprecated. |
String |
getName()
Deprecated. |
void |
render(HttpServletRequest request,
HttpServletResponse response)
Deprecated. |
Field Detail |
---|
static final String SERVICE
Method Detail |
---|
String getName()
String getLabel()
void render(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |