Package org.apache.catalina.util
Class ToStringUtil
java.lang.Object
org.apache.catalina.util.ToStringUtil
Utility class used to help generate return values for calls to
Object.toString().-
Method Summary
-
Method Details
-
toString
Generates a toString representation for a Contained component.- Parameters:
contained- the component- Returns:
- the string representation
-
toString
Generates a toString representation for an object with an associated container.- Parameters:
obj- the objectcontainer- the associated container- Returns:
- the string representation
-
toString
Generates a toString representation for an object with an associated manager.- Parameters:
obj- the objectmanager- the associated manager- Returns:
- the string representation
-