public class LayoutSetPrototypeXStreamConfigurator
extends java.lang.Object
implements com.liferay.xstream.configurator.XStreamConfigurator
| Constructor and Description |
|---|
LayoutSetPrototypeXStreamConfigurator() |
| 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 LayoutSetPrototypeXStreamConfigurator()
public java.util.List<com.liferay.exportimport.kernel.xstream.XStreamType> getAllowedXStreamTypes()
getAllowedXStreamTypes in interface com.liferay.xstream.configurator.XStreamConfiguratorpublic java.util.List<com.liferay.exportimport.kernel.xstream.XStreamAlias> getXStreamAliases()
getXStreamAliases in interface com.liferay.xstream.configurator.XStreamConfiguratorpublic java.util.List<com.liferay.exportimport.kernel.xstream.XStreamConverter> getXStreamConverters()
getXStreamConverters in interface com.liferay.xstream.configurator.XStreamConfiguratorprotected void activate()