org.tigris.scarab.tools |
|
Java Source File Name | Type | Comment |
Format.java | Class | |
ScarabGlobalTool.java | Class | This scope is an object that is made available as a global
object within the system.
This object must be thread safe as multiple
requests may access it at the same time. |
ScarabLocalizationTool.java | Class | Scarab-specific localiztion tool. |
ScarabRequestTool.java | Class | |
ScarabToolManager.java | Class | Currently significant amounts of business logic is stored in the
ScarabRequestTool and ScarabGlobalTool. |
ScarabToolManagerTest.java | Class | Used for testing the ScarabToolManager class. |
SecurityAdminTool.java | Class | This scope is an object that is made available as a global
object within the system to allow access to methods dealing
with security (users, roles, permissions, etc).
This object must be thread safe as multiple
requests may access it at the same time. |