Class PojoPathParam
java.lang.Object
org.apache.tomcat.websocket.pojo.PojoPathParam
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PojoPathParam
Create a path parameter.- Parameters:
type- Parameter typename- Parameter name (may benullfor non-@PathParamparameters)- Throws:
DeploymentException- If the type is not valid for a@PathParamparameter
-
-
Method Details
-
getType
-
getName
Return the name of the parameter.- Returns:
- Parameter name or
nullfor non-@PathParamparameters
-