Class Reflections

java.lang.Object
org.ujorm.tools.web.ao.Reflections

public final class Reflections extends Object
Reflection methods for the Servlet Request and Response classes
  • Constructor Details

    • Reflections

      public Reflections()
  • Method Details

    • getServletReader

      public static Reader getServletReader(Object httpServletRequest)
    • getServletWriter

      public static Writer getServletWriter(Object httpServletResponse)
    • getParameterMap

      public static Map<String,String[]> getParameterMap(Object httpServletRequest)
    • setCharacterEncoding

      public static void setCharacterEncoding(@Nullable @Nullable Object httpServletRequest, @NotNull @NotNull String charset)