Package | Description |
---|---|
org.itracker.web.forms |
This package contains Struts forms used when receiving data from the Struts servlets
|
Modifier and Type | Method | Description |
---|---|---|
void |
IssueForm.invokeProjectScripts(Project project,
int event,
Map<Integer,List<NameValuePair>> options,
org.apache.struts.action.ActionMessages errors) |
|
Map<Integer,List<NameValuePair>> |
IssueForm.invokeProjectScripts(Project project,
int event,
org.apache.struts.action.ActionMessages errors) |
|
String |
IssueForm.processFieldScript(ProjectScript projectScript,
int event,
String currentValue,
List<NameValuePair> optionValues,
org.apache.struts.action.ActionMessages currentErrors) |
Run provided BEANSHELL script against form instance, taking into account
incoming event type, field raised an event and current values.
|
void |
IssueForm.processFieldScripts(List<ProjectScript> projectScriptModels,
int event,
Map<Integer,String> currentValues,
Map<Integer,List<NameValuePair>> optionValues,
org.apache.struts.action.ActionMessages currentErrors) |
The most general way to run scripts.
|
void |
IssueForm.setupIssueForm(Issue issue,
Map<Integer,List<NameValuePair>> listOptions,
javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMessages errors) |
|
static void |
IssueForm.setupJspEnv(org.apache.struts.action.ActionMapping mapping,
IssueForm issueForm,
javax.servlet.http.HttpServletRequest request,
Issue issue,
IssueService issueService,
UserService userService,
Map<Integer,Set<PermissionType>> userPermissions,
Map<Integer,List<NameValuePair>> listOptions,
org.apache.struts.action.ActionMessages errors) |
method needed to prepare request for edit_issue.jsp
|
Copyright © 2002–2019 itracker. All rights reserved.