Interface InfoRequestItemProvider<T>

All Superinterfaces:
Keyed

public interface InfoRequestItemProvider<T> extends Keyed
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.servlet.http.HttpServletRequest httpServletRequest)
     

    Methods inherited from interface com.liferay.info.type.Keyed

    getKey
  • Method Details

    • create

      T create(javax.servlet.http.HttpServletRequest httpServletRequest)