|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.velocity.tools.view.VelocityViewServlet
org.apache.velocity.tools.view.VelocityLayoutServlet
org.apache.velocity.tools.view.servlet.VelocityLayoutServlet
VelocityLayoutServlet
@Deprecated public class VelocityLayoutServlet
| Field Summary | |
|---|---|
private VelocityView |
view
Deprecated. |
| Fields inherited from class org.apache.velocity.tools.view.VelocityLayoutServlet |
|---|
DEFAULT_DEFAULT_LAYOUT, DEFAULT_ERROR_TEMPLATE, DEFAULT_LAYOUT_DIR, defaultLayout, errorTemplate, KEY_ERROR_CAUSE, KEY_ERROR_INVOCATION_EXCEPTION, KEY_ERROR_STACKTRACE, KEY_LAYOUT, KEY_SCREEN_CONTENT, layoutDir, PROPERTY_DEFAULT_LAYOUT, PROPERTY_ERROR_TEMPLATE, PROPERTY_LAYOUT_DIR |
| Fields inherited from class org.apache.velocity.tools.view.VelocityViewServlet |
|---|
BUFFER_OUTPUT_PARAM |
| Constructor Summary | |
|---|---|
VelocityLayoutServlet()
Deprecated. |
|
| Method Summary | |
|---|---|
protected VelocityView |
getVelocityView()
Deprecated. Overrides parent to ensure each VVS instance has it's own separate configuration, just like in Tools 1.x. |
void |
init(javax.servlet.ServletConfig config)
Deprecated. Initializes Velocity, the view servlet and checks for changes to the initial layout configuration. |
| Methods inherited from class org.apache.velocity.tools.view.VelocityLayoutServlet |
|---|
error, fillContext, mergeTemplate |
| Methods inherited from class org.apache.velocity.tools.view.VelocityViewServlet |
|---|
createContext, doGet, doPost, doRequest, findInitParameter, getLog, getTemplate, getTemplate, getVelocityProperty, handleRequest, requestCleanup, setContentType, setVelocityView |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private transient VelocityView view
| Constructor Detail |
|---|
public VelocityLayoutServlet()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
VelocityLayoutServlet
init in interface javax.servlet.Servletinit in class VelocityLayoutServletconfig - servlet configuration parameters
javax.servlet.ServletExceptionprotected VelocityView getVelocityView()
getVelocityView in class VelocityViewServlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||