Class JaxbBasedUIComponentConfigurationContext<JAXBCLASS>

java.lang.Object
de.hybris.platform.cockpit.services.config.impl.JaxbBasedUIComponentConfigurationContext<JAXBCLASS>
All Implemented Interfaces:
UIComponentConfigurationContext

public class JaxbBasedUIComponentConfigurationContext<JAXBCLASS> extends Object implements UIComponentConfigurationContext
Component configuration context holding information about relation between configuration elements and related JAXB elements.
  • Constructor Details

    • JaxbBasedUIComponentConfigurationContext

      public JaxbBasedUIComponentConfigurationContext(JAXBCLASS rootJaxbElement)
  • Method Details

    • getRootJaxbElement

      public JAXBCLASS getRootJaxbElement()
    • registerJaxbElement

      public void registerJaxbElement(Object uiConfigElement, Object jaxbElement)
    • unregister

      public void unregister(Object uiConfigElement)
    • getJaxbElement

      public Object getJaxbElement(Object uiConfigElement)