Interface ItemSelectorReturnTypeResolver<T extends ItemSelectorReturnType,S>


public interface ItemSelectorReturnTypeResolver<T extends ItemSelectorReturnType,S>
  • Method Details

    • getItemSelectorReturnTypeClass

      Class<T> getItemSelectorReturnTypeClass()
    • getModelClass

      Class<S> getModelClass()
    • getValue

      String getValue(S s, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception