#include <string>#include <boost/serialization/map.hpp>#include <boost/serialization/assume_abstract.hpp>#include <boost/variant.hpp>#include <boost/serialization/variant.hpp>Go to the source code of this file.
Classes | |
| class | WeOption |
| Options for the WeTask and whole process. More... | |
| interface | iweOptionsProvider |
| options storage. More... | |
Typedefs | |
| typedef boost::variant< char, unsigned char, int, unsigned int, long, unsigned long, bool, double, string > | WeOptionVal |
| typedef map< string, WeOption * > | WeOptions |
Variables | |
| string | weoTransport |
| string | weoParser |
| string | weoFollowLinks |
| put all founded links into the processing queue | |
| string | weoLoadImages |
| automatically load images as WeRefrenceObject | |
| string | weoLoadScripts |
| automatically load scripts as WeRefrenceObject | |
| string | weoLoadFrames |
| automatically load frames as WeRefrenceObject | |
| string | weoLoadIframes |
| automatically load iframes as WeRefrenceObject | |
| string | weoCollapseSpaces |
| collapse multiple spaces into one then HTML parse | |
| string | weoStayInDomain |
| do not leave domain of the request (second-level or higher) | |
| string | weoStayInHost |
| includes weoStayInDomain | |
| string | weoStayInDir |
| includes woeStayInHost & weoStayInDomain | |
| string | weoAutoProcess |
| start response processing automatically | |
| string | weoCheckForLoops |
| controls the relocation loops and duplicates /////////////////////////////////////////////////////////////////////// | |
Definition at line 101 of file weOptions.h.
| typedef boost::variant< char, unsigned char, int, unsigned int, long, unsigned long, bool, double, string> WeOptionVal |
Definition at line 38 of file weOptions.h.
| string weoAutoProcess |
start response processing automatically
| string weoCheckForLoops |
controls the relocation loops and duplicates ///////////////////////////////////////////////////////////////////////
| string weoCollapseSpaces |
| string weoFollowLinks |
| string weoLoadFrames |
automatically load frames as WeRefrenceObject
| string weoLoadIframes |
automatically load iframes as WeRefrenceObject
| string weoLoadImages |
automatically load images as WeRefrenceObject
| string weoLoadScripts |
automatically load scripts as WeRefrenceObject
| string weoParser |
| string weoStayInDir |
includes woeStayInHost & weoStayInDomain
| string weoStayInDomain |
do not leave domain of the request (second-level or higher)
| string weoStayInHost |
| string weoTransport |
![]() |
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
![]() |
1.5.7 |