

| Public Member Functions | |
| virtual void | describe (Description &desc) const | 
| virtual bool | validate (const std::string &name, LLSD &context) const | 
| virtual void | get (LLHTTPNode::ResponsePtr response, const LLSD &context) const | 
Definition at line 253 of file llsdappservices.cpp.
| virtual void LLHTTPLiveConfigSingleService::describe | ( | Description & | desc | ) | const  [inline, virtual] | 
Definition at line 256 of file llsdappservices.cpp.
| virtual void LLHTTPLiveConfigSingleService::get | ( | LLHTTPNode::ResponsePtr | response, | |
| const LLSD & | context | |||
| ) | const  [inline, virtual] | 
Reimplemented from LLHTTPNode.
Definition at line 272 of file llsdappservices.cpp.
References LLApp::instance().
| virtual bool LLHTTPLiveConfigSingleService::validate | ( | const std::string & | name, | |
| LLSD & | context | |||
| ) | const  [inline, virtual] | 
called only on wildcard nodes, to check if they will handle the name; default is false; overrides will want to check name, and return true if the name will construct to a valid url. For convenience, the getChild() method above will automatically insert the name in context["request"]["wildcard"][key] if this method returns true. For example, the node "agent/<agent_id>/detail" will set context["request"]["wildcard"]["agent_id"] eqaul to the value found during traversal. 
Reimplemented from LLHTTPNode.
Definition at line 263 of file llsdappservices.cpp.
References LLApp::getOption(), LLApp::instance(), LLSD::isDefined(), llendl, and llinfos.
 1.4.7
 1.4.7