Uses of Class
net.contextfw.web.application.request.RequestParameter

Packages that use RequestParameter
net.contextfw.web.application.request   
 

Uses of RequestParameter in net.contextfw.web.application.request
 

Methods in net.contextfw.web.application.request that return RequestParameter
 RequestParameter Request.param(String name)
          Fetches a parameter from page data with given name This method is the only way to create new parameters.
 RequestParameter Request.param(String name, int index)
          Fetches a parameter from page data with given name and index This is a convience method to fetch parameters with numeral index.
 



Copyright © 2011. All Rights Reserved.