Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.directwebremoting.datasync Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
AbstractPerXStoreProviderA raw StoreProvider works on a global basis, so all users share the same data.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
AbstractStoreProviderSome methods to help implementors create StoreProviders.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
AttributeValueExtractorThere are many ways to get a property from things, the most obvious would be reflection or introspection or using Map.Interfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)
ComparatorFactoryWe need a way to get a comparator for a given property of a given type.Interfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)
DefaultComparatorFactoryA ComparatorFactory that assumes thatAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
DirectoryA way to find StoreProviders that people wish to expose to the Warning.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
MapStoreProviderA simple implementation of StoreProvider that uses a Map.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
PerHttpSessionStoreProviderA StoreProvider that allows us to have a number of StoreProviders for each HttpSession.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
PerScriptSessionStoreProviderA StoreProvider that allows us to have a number of StoreProviders for each ScriptSession.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
PojoAttributeValueExtractorAn AttributeValueExtractor that simply calls LocalUtil.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
SortCriteriaComparatorA Comparator that uses a list of SortCriterion to decide how to sort the beans.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
StoreProviderA StoreProvider is something like a Map where the API revolves around getting blocks of entries rather than individual entries andInterfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)
StoreProviderFactoryThe PerXStoreProviders (like PerHttpSessionStoreProvider and PerScriptSessionStoreProvider) need a way to createInterfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)