@Deprecated public interface MVCServletHandler
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_NOTHING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
execute(String command)
Deprecated.
Execute the command.
|
String |
getCommand()
Deprecated.
Returns the name of the command we want to execute.
|
String |
getName()
Deprecated.
The name of the handler.
|
void |
init()
Deprecated.
Called after instantiating.
|
void |
renderHtml(String view)
Deprecated.
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–2018 Magnolia International Ltd.. All rights reserved.