Class AbstractTypedElementAdapter

    • Constructor Detail

      • AbstractTypedElementAdapter

        public AbstractTypedElementAdapter​(AdapterFactory adapterFactory)
        Default constructor.
        Parameters:
        adapterFactory - the adapter factory used to create accessor.
    • Method Detail

      • getRootAdapterFactory

        protected AdapterFactory getRootAdapterFactory()
        Gets the root factory if this local adapter factory is composed, otherwise just the local one.
        Returns:
        the root factory if this local adapter factory is composed, otherwise just the local one.
      • getAdapterFactory

        protected AdapterFactory getAdapterFactory()
        Returns the adapter factory to use to retrieve item.
        Returns:
        the adapter factory to use to retrieve item.
      • getItemDelegator

        protected ExtendedAdapterFactoryItemDelegator getItemDelegator()
        Returns the item delegator to use to retrieve item.
        Returns:
        the item delegator to use to retrieve item..