public interface MVCServletHandler
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_NOTHING |
Modifier and Type | Method and Description |
---|---|
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.
|
static final String VIEW_NOTHING
String getCommand()
String execute(String command)
void renderHtml(String view) throws IOException
IOException
String getName()
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.