| | Package | Description |
| | org.servebox.airfoundry.control | This package org.servebox.airfoundry.control contains the basic classes for the Controller part of MVC design pattern Learn more at http://java.sun.com/blueprints/patterns/catalog.html |
| | org.servebox.commons.collection | The org.servebox.commons.collection contains implementations of collections. Those classes are adaptations of the Java Collections Framework. |
| | org.servebox.commons.comparator | This package org.servebox.commons.comparator contains interface and basic comparator implementations. |
| | org.servebox.commons.errors | This package org.servebox.commons.errors contains commons servebox action framework specific errors. |
| | org.servebox.commons.map | The org.servebox.commons.map contains implementations of maps. Those classes are adaptations of the Java Collections Framework. |
| | org.servebox.commons.utils | The org.servebox.commons.utils contains commons utilities for common operation on basic type ( String / Object / Array / Date ... ) |
| | org.servebox.commons.utils.hash | The org.servebox.commons.utils.hash contains commons utilities for hashing strings |
| | org.servebox.commons.utils.rpc | The org.servebox.commons.utils.rpc contains commons utilities for common operation on URI |
| | org.servebox.commons.value | This package org.servebox.commons.value contains Wrapper and Interface for the "value object " design pattern. |
| | org.servebox.foundry.control | This package org.servebox.control contains the basic classes for the Controller part of MVC design pattern Learn more at http://java.sun.com/blueprints/patterns/catalog.html |
| | org.servebox.foundry.control.externalressource | |
| | org.servebox.foundry.model | This package org.servebox.model contains the basic classes for the Model part of MVC design pattern Learn more at http://java.sun.com/blueprints/patterns/catalog.html |
| | org.servebox.foundry.observation | This package org.servebox.observation contains the basic classes for the following design pattern implementation. - Observer / observable ( learn more at http://java.sun.com/blueprints/patterns/catalog.html ) |
| | org.servebox.foundry.service | This package org.servebox.foundry contains the basic classes for the following design pattern implementation. - Business Delegate ( IBusinessDelegate, AbstractBusinessDelegate ) - ServiceLocator ( ServiceLocator, ServiceAlreadyRegisteredError, ServiceNotFoundError ) You can learn more at http://java.sun.com/blueprints/patterns/catalog.html |
| | org.servebox.foundry.transfer | This package org.servebox.transfert contains the basic classes for the following design pattern implementation. - Transfert Object ( more at http://java.sun.com/blueprints/patterns/TransferObject.html ) |
| | org.servebox.foundry.value | This package org.servebox.foundry contains Abstract implementation of IBasicObject interface |
| | org.servebox.foundry.view | This package org.servebox.foundry.view contains the servebox actionscript foundry extension of all container classes such as VBox, HBox, Canvas.... All org.servebox.foundry.view container classes implements IView. The IView interface permits the deep browsing operation via FlexBrowser. It contains the basic classes for the View part of MVC design pattern. Learn more at http://java.sun.com/blueprints/patterns/catalog.html |
| | org.servebox.foundry.widget | This package org.servebox.foundry.widget contains Widget base classes. Widgets are designed to separate MXML and actionscript3 code ( such as view and viewhelper ) for reusable visual components. Widget contains MXML, and WidgetManager contains as3 code. Read the online documentation for learning more about widgets. |
| | org.servebox.toolbox.acl | This package org.servebox.toolbox.acl contains ACL ( Access Control List ) implementation |
| | org.servebox.toolbox.acl.exception | This package org.servebox.toolbox.acl.exception contains ACL ( Access Control List ) exceptions |
| | org.servebox.toolbox.acl.notification | This package org.servebox.toolbox.acl.notification contains ACL ( Access Control List ) notifications |
| | org.servebox.toolbox.acl.parsing | This package org.servebox.toolbox.acl.parsing contains ACL ( Access Control List ) parser implementation |
| | org.servebox.toolbox.acl.service | This package org.servebox.toolbox.acl.service contains ACL ( Access Control List ) classes used for services |
| | org.servebox.toolbox.browsing | This package org.servebox.toolbox.browsing contains the deep browsing mechanism inside IView elements |
| | org.servebox.toolbox.browsing.comparator | |
| | org.servebox.toolbox.form | This package org.servebox.toolbox.smartform contains SmartForm, SmartForm is designed to ease forms management in Flex Appplication. Learn more at http://www.servebox.org/en/actionscript-foundry/actionscript-foundry-documentation/using-smartform/ |
| | org.servebox.toolbox.form.elements | This package org.servebox.toolbox.smartform.elements contains all specific SmartForm elements. Specific SmartForm elements extends basic form elements such as TextInput or ComboBox. |
| | org.servebox.toolbox.form.event | This package org.servebox.toolbox.smartform.event contains all specific SmartForm events. |
| | org.servebox.toolbox.form.manager | This package org.servebox.toolbox.smartform.manager contains all specific SmartForm managers. |
| | org.servebox.toolbox.form.renderer | This package org.servebox.toolbox.smartform.renderer contains all specific SmartForm renderers. |
| | org.servebox.toolbox.form.validator | This package org.servebox.toolbox.smartform.validator contains all specific SmartForm validators. |
| | org.servebox.toolbox.globalization | This package org.servebox.toolbox.globalization contains classes for multilingual application base on a xml file |
| | org.servebox.toolbox.search | This package org.servebox.toolbox.search contains classes for search into objects or multidimensional data with different criteria defined by SearchProperty |
| | org.servebox.toolbox.service | This package org.servebox.toolbox.service contains remote call responders. |
| | org.servebox.toolbox.skin | This package org.servebox.toolbox.skin contains programmatic skins. |
| | org.servebox.toolbox.view | This package org.servebox.toolbox.view contains extended advanced controls and interfaces for handling commons operation before entering or leaving IView. |