Package | Description |
---|---|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
org.itracker.web.actions.base | |
org.itracker.web.filters |
This package contains filters that are executed with every web request.
|
org.itracker.web.forms |
This package contains Struts forms used when receiving data from the Struts servlets
|
org.itracker.web.util |
This package has something to do with utilities for web actions, but
please explain in detail what shall be in, or not in here.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ITrackerServicesImpl |
Service layer is a bit messy.
|
Modifier and Type | Method | Description |
---|---|---|
protected ITrackerServices |
ItrackerBaseAction.getITrackerServices() |
Deprecated.
moved to new static method in
ServletContextUtils |
Modifier and Type | Method | Description |
---|---|---|
ITrackerServices |
ExecuteAlwaysFilter.getITrackerServices() |
Modifier and Type | Method | Description |
---|---|---|
protected ITrackerServices |
ITrackerForm.getITrackerServices() |
Modifier and Type | Method | Description |
---|---|---|
Issue |
IssueForm.addAttachment(Issue issue,
Project project,
User user,
ITrackerServices services,
org.apache.struts.action.ActionMessages messages) |
Adds an attachment to issue.
|
Modifier and Type | Method | Description |
---|---|---|
static ITrackerServices |
ServletContextUtils.getItrackerServices() |
Modifier and Type | Method | Description |
---|---|---|
static void |
ServletContextUtils.setITrackerServices(ITrackerServices services) |
|
static org.apache.struts.action.ActionMessages |
AttachmentUtilities.validate(org.apache.struts.upload.FormFile file,
ITrackerServices services) |
Copyright © 2002–2019 itracker. All rights reserved.