rewrite-impl-servlet 1.1.0.Final

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-impl-servlet 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.