public class RatingsXStreamConfigurator
extends java.lang.Object
implements com.liferay.xstream.configurator.XStreamConfigurator
Constructor and Description |
---|
RatingsXStreamConfigurator() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate() |
java.util.List<com.liferay.exportimport.kernel.xstream.XStreamType> |
getAllowedXStreamTypes() |
java.util.List<com.liferay.exportimport.kernel.xstream.XStreamAlias> |
getXStreamAliases() |
java.util.List<com.liferay.exportimport.kernel.xstream.XStreamConverter> |
getXStreamConverters() |
public java.util.List<com.liferay.exportimport.kernel.xstream.XStreamType> getAllowedXStreamTypes()
getAllowedXStreamTypes
in interface com.liferay.xstream.configurator.XStreamConfigurator
public java.util.List<com.liferay.exportimport.kernel.xstream.XStreamAlias> getXStreamAliases()
getXStreamAliases
in interface com.liferay.xstream.configurator.XStreamConfigurator
public java.util.List<com.liferay.exportimport.kernel.xstream.XStreamConverter> getXStreamConverters()
getXStreamConverters
in interface com.liferay.xstream.configurator.XStreamConfigurator
protected void activate()