|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MVCServletHandler
This Handler is used in the MVCServlet.
Field Summary | |
---|---|
static String |
VIEW_NOTHING
|
Method Summary | |
---|---|
String |
execute(String command)
Execute the command. |
String |
getCommand()
Returns the name of the command we want to execute. |
String |
getName()
The name of the handler. |
void |
init()
Called after instantiating. |
void |
renderHtml(String view)
Render the tree depending on the view name. |
Field Detail |
---|
static final String VIEW_NOTHING
Method Detail |
---|
String getCommand()
String execute(String command)
void renderHtml(String view) throws IOException
view
-
IOException
String getName()
void init() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |