Uses of Class
org.apache.turbine.util.uri.URIParam
-
Packages that use URIParam Package Description org.apache.turbine.util.uri URI generation and processing from Turbine based applications. -
-
Uses of URIParam in org.apache.turbine.util.uri
Methods in org.apache.turbine.util.uri that return types with arguments of type URIParam Modifier and Type Method Description List<URIParam>TurbineURI. getPathInfo()Gets the current Path Info List.List<URIParam>TurbineURI. getQueryData()Gets the current Query Data List.Method parameters in org.apache.turbine.util.uri with type arguments of type URIParam Modifier and Type Method Description protected voidTurbineURI. add(int type, List<URIParam> list)Method for a quick way to add all the parameters in a List with URIParam objects.voidTurbineURI. addPathInfo(List<URIParam> list)Adds an existing List of URIParam objects to the path_info string.voidTurbineURI. addQueryData(List<URIParam> list)Adds an existing List of URIParam objects to the query data.voidTurbineURI. setPathInfo(List<URIParam> pathInfo)Sets the Query Data List.voidTurbineURI. setQueryData(List<URIParam> queryData)Sets the Query Data List.
-