rewrite-config-servlet 2.0.0.Alpha2

Uses of Class
org.ocpsoft.rewrite.servlet.config.bind.Request

Packages that use Request
org.ocpsoft.rewrite.servlet.config.bind   
 

Uses of Request in org.ocpsoft.rewrite.servlet.config.bind
 

Methods in org.ocpsoft.rewrite.servlet.config.bind that return Request
static Request Request.attribute(String property)
          Bind a value to the ServletRequest.setAttribute(String, Object) map.
static Request Request.attribute(String property, Class<? extends Converter<?>> type)
          Bind a value to the ServletRequest.setAttribute(String, Object) map.
static Request Request.attribute(String property, Class<Converter<?>> converterType, Class<? extends Validator<?>> validatorType)
          Bind a value to the ServletRequest.setAttribute(String, Object) map.
static Request Request.parameter(String property)
          Bind a value to the ServletRequest.getParameterMap().
static Request Request.parameter(String property, Class<? extends Converter<?>> type)
          Bind a value to the ServletRequest.getParameterMap() map.
static Request Request.parameter(String property, Class<Converter<?>> converterType, Class<? extends Validator<?>> validatorType)
          Bind a value to the ServletRequest.getParameterMap() map.
 


rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.