Package com.netscape.cms.servlet.request
Interface IReqParser
-
- All Known Implementing Classes:
ReqParser
public interface IReqParser
An interface representing a request parser which converts Java request object into name value pairs and vice versa.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Maps request object into argument block.
-
-
-
Method Detail
-
fillRequestIntoArg
void fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg) throws EBaseException
Maps request object into argument block.- Throws:
EBaseException
-
-