org.apache.turbine.services.jsp
Interface JspService
- All Superinterfaces:
- Initable, Service
- All Known Implementing Classes:
- TurbineJspService
- public interface JspService
- extends Service
Implementations of the JspService interface.
- Author:
- John D. McNally
Field Summary |
static java.lang.String |
LINK
The key used to store an instance of JspLink in the request |
static java.lang.String |
RUNDATA
The key used to store an instance of RunData in the request |
static java.lang.String |
SERVICE_NAME
The name used to specify this service in TurbineResources.properties |
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- The name used to specify this service in TurbineResources.properties
RUNDATA
public static final java.lang.String RUNDATA
- The key used to store an instance of RunData in the request
LINK
public static final java.lang.String LINK
- The key used to store an instance of JspLink in the request
addDefaultObjects
public void addDefaultObjects(RunData data)
- Adds some useful objects to the request, so they are available to the JSP.
handleRequest
public void handleRequest(RunData data,
java.lang.String templateName,
boolean isForward)
throws TurbineException
- executes the JSP given by templateName.
handleRequest
public void handleRequest(RunData data,
java.lang.String templateName)
throws TurbineException
- executes the JSP given by templateName.
getDefaultBufferSize
public int getDefaultBufferSize()
- The buffer size
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.