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