Package com.liferay.xstream.configurator
Interface XStreamConfigurator
public interface XStreamConfigurator
-
Method Details
-
getAllowedXStreamTypes
List<com.liferay.exportimport.kernel.xstream.XStreamType> getAllowedXStreamTypes() -
getXStreamAliases
List<com.liferay.exportimport.kernel.xstream.XStreamAlias> getXStreamAliases() -
getXStreamConverters
List<com.liferay.exportimport.kernel.xstream.XStreamConverter> getXStreamConverters()
-