public abstract class NarrativeTaskFactory extends WebTaskFactoryImpl
| Constructor and Description |
|---|
NarrativeTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Task |
createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request)
Create a Task.
|
protected int |
getLineNumber(javax.servlet.http.HttpServletRequest request)
Get the line number from the HTTP request.
|
String |
getTaskGroupName()
Get the name of the task's group.
|
getTaskName, setTaskNamepublic abstract Task createTask(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request)
WebTaskFactoryform - the formrequest - the HTTP requestWebTaskFactory.createTask(org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest)public final String getTaskGroupName()
WebTaskFactoryImplgetTaskGroupName in class WebTaskFactoryImplWebTaskFactoryImpl.getTaskGroupName()protected final int getLineNumber(javax.servlet.http.HttpServletRequest request)
request - the HTTP requestCopyright © 2013 The Kuali Foundation. All Rights Reserved.