#include <ulxr_htmlform_handler.h>
Inheritance diagram for ulxr::hidden::SubResourceBase:
Public Member Functions | |
SubResourceBase (const CppString &name, const CppString &descr) | |
Creates a handler for a subresource. | |
virtual | ~SubResourceBase () |
Destroy handler. | |
virtual CppString | call (const HtmlFormData &formdata, CppString &mimetype)=0 |
Call the handler indirectly. | |
CppString | getName () const |
Gets the name of the resource. | |
CppString | getDescription () const |
Gets the description of the resource. | |
Private Attributes | |
CppString | name |
CppString | descr |
Definition at line 103 of file ulxr_htmlform_handler.h.
Creates a handler for a subresource.
name | name of the subresource | |
descr | human readable description for this resource |
Definition at line 49 of file ulxr_htmlform_handler.cpp.
ulxr::hidden::SubResourceBase::~SubResourceBase | ( | ) | [virtual] |
virtual CppString ulxr::hidden::SubResourceBase::call | ( | const HtmlFormData & | formdata, | |
CppString & | mimetype | |||
) | [pure virtual] |
Call the handler indirectly.
formdata | optional data from a form | |
mimetype | returns the mimetype of the data |
Implemented in ulxr::hidden::SubResource< T >.
CppString ulxr::hidden::SubResourceBase::getName | ( | ) | const |
Gets the name of the resource.
Definition at line 61 of file ulxr_htmlform_handler.cpp.
CppString ulxr::hidden::SubResourceBase::getDescription | ( | ) | const |
Gets the description of the resource.
Definition at line 67 of file ulxr_htmlform_handler.cpp.
CppString ulxr::hidden::SubResourceBase::name [private] |
Definition at line 136 of file ulxr_htmlform_handler.h.
Definition at line 137 of file ulxr_htmlform_handler.h.