public class NavigationMarshaller extends Object implements org.gatein.management.api.binding.Marshaller<org.exoplatform.portal.config.model.PageNavigation>
| Constructor and Description |
|---|
NavigationMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(org.exoplatform.portal.config.model.PageNavigation navigation,
OutputStream outputStream,
boolean pretty) |
void |
marshallNode(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.PageNode node) |
org.exoplatform.portal.config.model.PageNavigation |
unmarshal(InputStream is) |
public void marshal(org.exoplatform.portal.config.model.PageNavigation navigation,
OutputStream outputStream,
boolean pretty)
throws org.gatein.management.api.binding.BindingException
marshal in interface org.gatein.management.api.binding.Marshaller<org.exoplatform.portal.config.model.PageNavigation>org.gatein.management.api.binding.BindingExceptionpublic org.exoplatform.portal.config.model.PageNavigation unmarshal(InputStream is) throws org.gatein.management.api.binding.BindingException
unmarshal in interface org.gatein.management.api.binding.Marshaller<org.exoplatform.portal.config.model.PageNavigation>org.gatein.management.api.binding.BindingExceptionpublic void marshallNode(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer, org.exoplatform.portal.config.model.PageNode node) throws XMLStreamException
XMLStreamExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.