org.itracker.web.actions.admin.project
Class EditProjectFormActionUtil
java.lang.Object
org.itracker.web.actions.admin.project.EditProjectFormActionUtil
public class EditProjectFormActionUtil
- extends Object
|
Method Summary |
org.apache.struts.action.ActionForward |
init(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
ProjectForm form)
|
void |
setupTitle(javax.servlet.http.HttpServletRequest request,
ProjectForm form,
ProjectService projectService)
Setup the title for the Project-Form Action |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditProjectFormActionUtil
public EditProjectFormActionUtil()
init
public org.apache.struts.action.ActionForward init(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
ProjectForm form)
setupTitle
public void setupTitle(javax.servlet.http.HttpServletRequest request,
ProjectForm form,
ProjectService projectService)
- Setup the title for the Project-Form Action
- Parameters:
request - - the servlet requestform - - must be a ProjectFormprojectService - - project-service
Copyright © 2002-2012 itracker. All Rights Reserved.