Uses of Package
com.liferay.faces.util.xml

Packages that use com.liferay.faces.util.xml
com.liferay.faces.util.xml   
 

Classes in com.liferay.faces.util.xml used by com.liferay.faces.util.xml
ConcurrentSAXParserFactory
          This class serves as an alternative to the SAXParserFactory that is provided by the JRE and provides the following benefits: 1) The static ConcurrentSAXParserFactory.newSAXParser() method does not suffer from the performance problem of obtaining parser implementations from the classpath, and 2) Since ConcurrentSAXParserFactory.newSAXParser() can be called without performance concerns, multi-threaded environments (like web applications and portlets) can feel free to call the method as much as required in each request, in order to maintain thread-safety.
SAXParserFactory
          Deprecated. 
 



Copyright © 2015 Liferay, Inc.. All rights reserved.