|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ResolverStrategy | |
| org.castor.xml | |
| org.exolab.castor.xml | The XML Marshaller API
Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author: Keith Visco
Marshaller marshalls a Java object into an XML document.
|
| org.exolab.castor.xml.util | |
| org.exolab.castor.xml.util.resolvers | |
| Uses of ResolverStrategy in org.castor.xml |
| Methods in org.castor.xml that return ResolverStrategy | |
ResolverStrategy |
AbstractInternalContext.getResolverStrategy()
|
ResolverStrategy |
InternalContext.getResolverStrategy()
To get the XMLClassDescriptor resolver strategy to be used when resolving classes into class descriptors. |
| Methods in org.castor.xml with parameters of type ResolverStrategy | |
void |
AbstractInternalContext.setResolverStrategy(ResolverStrategy resolverStrategy)
|
void |
InternalContext.setResolverStrategy(ResolverStrategy resolverStrategy)
To set the XMLClassDescriptor resolver strategy to be used. |
| Uses of ResolverStrategy in org.exolab.castor.xml |
| Methods in org.exolab.castor.xml with parameters of type ResolverStrategy | |
void |
XMLClassDescriptorResolver.setResolverStrategy(ResolverStrategy resolverStrategy)
The resolver strategy to use for class and package resolving. |
| Uses of ResolverStrategy in org.exolab.castor.xml.util |
| Methods in org.exolab.castor.xml.util with parameters of type ResolverStrategy | |
void |
XMLClassDescriptorResolverImpl.setResolverStrategy(ResolverStrategy resolverStrategy)
The resolver strategy to use for class and package resolving. Will set the current attributes into the new strategy. |
| Uses of ResolverStrategy in org.exolab.castor.xml.util.resolvers |
| Classes in org.exolab.castor.xml.util.resolvers that implement ResolverStrategy | |
class |
CastorXMLStrategy
The Castor XML resolver strategy implements the resolving behaviour as it had been implmented before this refactoring step. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||