#include <shibsp/util/TemplateParameters.h>
Public Member Functions | |
TemplateParameters (const std::exception *e=NULL, const PropertySet *props=NULL) | |
Constructor. | |
void | setPropertySet (const PropertySet *props) |
Sets a PropertySet to supply additional parameters. | |
const xmltooling::XMLToolingException * | getRichException () const |
Returns the exception passed to the object, if it contains rich information. | |
const char * | getParameter (const char *name) const |
std::string | toQueryString () const |
Returns a set of query string name/value pairs, URL-encoded, representing all known parameters. |
|
Constructor.
|
|
Returns the exception passed to the object, if it contains rich information.
|
|
Sets a PropertySet to supply additional parameters.
|
|
Returns a set of query string name/value pairs, URL-encoded, representing all known parameters. If an exception is present, it's type, message, and parameters will be included.
|