|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Properties | |
| com.marringtons.net.HTTP | This package provides http protocol support with client interaction, HTTP headers, request/response and URL processing. |
| com.marringtons.object | The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database. |
| com.marringtons.string | Strings are as varied as the human language they represent - and require additional support for translation to/from the computer domain. |
| com.marringtons.util | Every library requires a catch-all packages for classes that cannot be easily grouped elsewhere - and here it is - caches, maps, semaphores, sessions, threads and much more. |
| com.marringtons.xml | This package provides a simple basic XML processing package where the much more complex XML systems would be overkill. |
| Uses of Properties in com.marringtons.net.HTTP |
| Methods in com.marringtons.net.HTTP that return Properties | |
Properties |
Request.getParameters()
Divide up the arguments into key/value pairs (name=value&name=value). |
| Uses of Properties in com.marringtons.object |
| Methods in com.marringtons.object with parameters of type Properties | |
static Messages |
ObjectScraper.fromProperties(DAO dao,
Properties properties,
Translator translator)
Scrape string data in Properties format into the a DAO using an explicit translator. |
static Messages |
ObjectScraper.fromProperties(Object pojo,
Properties properties,
Translator translator)
Scrape string data in Properties format into the a POJO. |
static Messages |
ObjectScraper.toProperties(Properties properties,
String inclusions,
Object pojo,
Formatter formatter)
Convert a Java Object to a name/value pair set of string properties. |
static Messages |
ObjectScraper.toProperties(Properties properties,
String inclusions,
DAO dao,
Formatter formatter)
Convert a Java Object to a name/value pair set of string properties. |
Messages |
Translator.validate(Object object,
com.marringtons.object.ClassDirectory.Entry entry,
Properties fields)
Once all the fields have been scraped into the POJO/DAO, validate is called for cross-field validation. |
| Uses of Properties in com.marringtons.string |
| Methods in com.marringtons.string with parameters of type Properties | |
void |
Properties.load(Properties other)
Load properties from another properties object. |
| Uses of Properties in com.marringtons.util |
| Fields in com.marringtons.util declared as Properties | |
static Properties |
Application.properties
Application and system properties - typically created when the application was installed - or retrieved from the system at run-time. |
static Properties |
Application.configuration
Application configuration - properties change by the user to reflect customisation of the application. |
| Uses of Properties in com.marringtons.xml |
| Fields in com.marringtons.xml declared as Properties | |
Properties |
XMLtoMap.Node.attributes
XML attributes for this node |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||