|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URIParam | |
---|---|
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 | |
---|---|
List<URIParam> |
TurbineURI.getPathInfo()
Gets the current Query Data 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 | |
---|---|
protected void |
TurbineURI.add(int type,
List<URIParam> list)
Method for a quick way to add all the parameters in a List with URIParam objects. |
void |
TurbineURI.addPathInfo(List<URIParam> list)
Adds an existing List of URIParam objects to the path_info string. |
void |
TurbineURI.addQueryData(List<URIParam> list)
Adds an existing List of URIParam objects to the query data. |
void |
TurbineURI.setPathInfo(List<URIParam> pathInfo)
Sets the Query Data List. |
void |
TurbineURI.setQueryData(List<URIParam> queryData)
Sets the Query Data List. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |