| Package | Description |
|---|---|
| org.exoplatform.portal.mop.management.binding.xml | |
| org.exoplatform.portal.mop.management.binding.xml.portal.redirects |
| Modifier and Type | Method and Description |
|---|---|
static Element |
Element.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element[] |
Element.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMarshaller.marshalPermissions(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
Element element,
String[] accessPermissions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMarshaller.marshalAccessPermissions(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
String[] accessPermissions) |
protected void |
AbstractMarshaller.marshalApplication(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.Application<?> application) |
protected void |
AbstractMarshaller.marshalContainer(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.Container container) |
protected void |
AbstractMarshaller.marshalEditPermission(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
String editPermission) |
void |
NavigationMarshaller.marshallNode(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.PageNode node) |
protected void |
AbstractMarshaller.marshalModelObject(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.ModelObject modelObject) |
protected void |
AbstractMarshaller.marshalPermissions(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
Element element,
String[] accessPermissions) |
protected void |
AbstractMarshaller.marshalPortletApplication(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.Application<Portlet> portletApplication) |
protected String[] |
AbstractMarshaller.unmarshalAccessPermissions(org.staxnav.StaxNavigator<Element> navigator,
boolean required) |
protected <S> org.exoplatform.portal.config.model.Application<S> |
AbstractMarshaller.unmarshalApplication(org.staxnav.StaxNavigator<Element> navigator,
org.exoplatform.portal.config.model.Application<S> application) |
protected org.exoplatform.portal.config.model.Container |
AbstractMarshaller.unmarshalContainer(org.staxnav.StaxNavigator<Element> navigator) |
protected String |
AbstractMarshaller.unmarshalEditPermission(org.staxnav.StaxNavigator<Element> navigator) |
protected String[] |
AbstractMarshaller.unmarshalPermissions(org.staxnav.StaxNavigator<Element> navigator,
boolean required) |
protected org.exoplatform.portal.config.model.Application<?> |
AbstractMarshaller.unmarshalPortletApplication(org.staxnav.StaxNavigator<Element> navigator) |
protected void |
AbstractMarshaller.writeGateinObjectsNamespace(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.portal.config.model.RedirectMappings |
RedirectMappingsXmlHandler.read(org.staxnav.StaxNavigator<Element> navigator) |
org.exoplatform.portal.config.model.UserAgentConditions |
UserAgentConditionXmlHandler.read(org.staxnav.StaxNavigator<Element> navigator) |
org.exoplatform.portal.config.model.NodeMap |
NodeMapXmlHandler.read(org.staxnav.StaxNavigator<Element> navigator) |
protected org.exoplatform.portal.config.model.PortalRedirect |
PortalRedirectXmlHandler.readElement(org.staxnav.StaxNavigator<Element> navigator) |
protected org.exoplatform.portal.config.model.DevicePropertyCondition |
DevicePropertyConditionXmlHandler.readElement(org.staxnav.StaxNavigator<Element> navigator) |
protected org.exoplatform.portal.config.model.RedirectCondition |
ConditionXmlHandler.readElement(org.staxnav.StaxNavigator<Element> navigator) |
void |
NodeMapXmlHandler.write(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.NodeMap nodeMap) |
void |
RedirectMappingsXmlHandler.write(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.RedirectMappings redirectMappings) |
void |
UserAgentConditionXmlHandler.write(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.UserAgentConditions conditions) |
protected void |
DevicePropertyConditionXmlHandler.writeElement(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.DevicePropertyCondition condition) |
protected void |
PortalRedirectXmlHandler.writeElement(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.PortalRedirect redirect) |
protected void |
ConditionXmlHandler.writeElement(org.gatein.common.xml.stax.writer.StaxWriter<Element> writer,
org.exoplatform.portal.config.model.RedirectCondition condition) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.