com.opensymphony.user.util
Class ConfigLoader
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.opensymphony.user.util.ConfigLoader
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Deprecated.
@Deprecated
public class ConfigLoader
- extends DefaultHandler
ConfigLoader parses the opensymphony-user.xml file, creates suitable instances of
providers, reads their properties and initializes them.
- Version:
- $Revision: 1.3 $
- Author:
- Joe Walnes
- See Also:
UserManager
,
UserProvider
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentProperties
protected Properties currentProperties
- Deprecated.
currentClass
protected String currentClass
- Deprecated.
configurationBuilder
protected Configuration.Builder configurationBuilder
- Deprecated.
ConfigLoader
public ConfigLoader()
- Deprecated.
load
public Configuration load(InputStream in,
Configuration.Builder configurationBuilder)
- Deprecated.
Copyright © 2002-2011 Atlassian. All Rights Reserved.