|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of the JspService interface.
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 |
Method Summary | |
void |
addDefaultObjects(RunData data)
Adds some useful objects to the request, so they are available to the JSP. |
int |
getDefaultBufferSize()
The buffer size |
java.lang.String |
getRelativeTemplateName(java.lang.String template)
Searchs for a template in the default.template path[s] and returns the template name with a relative path which is required by javax.servlet.RequestDispatcher |
void |
handleRequest(RunData data,
java.lang.String templateName)
executes the JSP given by templateName. |
void |
handleRequest(RunData data,
java.lang.String templateName,
boolean isForward)
executes the JSP given by templateName. |
Methods inherited from interface org.apache.turbine.services.Service |
getConfiguration, getName, getProperties, setName, setServiceBroker |
Methods inherited from interface org.apache.turbine.services.Initable |
getInit, init, init, setInitableBroker, shutdown |
Field Detail |
public static final java.lang.String SERVICE_NAME
public static final java.lang.String RUNDATA
public static final java.lang.String LINK
Method Detail |
public void addDefaultObjects(RunData data)
public void handleRequest(RunData data, java.lang.String templateName, boolean isForward) throws TurbineException
public void handleRequest(RunData data, java.lang.String templateName) throws TurbineException
public int getDefaultBufferSize()
public java.lang.String getRelativeTemplateName(java.lang.String template)
template
- The name of the template to search for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |