|
| app_id |
|
| version_id |
|
| source_language |
|
| module |
|
| system_properties |
|
| vm_settings |
|
| env_variables |
|
| instance_class |
|
| automatic_scaling |
|
| manual_scaling |
|
| basic_scaling |
|
| ssl_enabled |
|
| sessions_enabled |
|
| async_session_persistence |
|
| async_session_persistence_queue_name |
|
| user_permissions |
|
| public_root |
|
| static_include_pattern |
|
| inbound_services |
|
| precompilation_enabled |
|
| admin_console_pages |
|
| static_error_handlers |
|
| threadsafe |
|
| threadsafe_value_provided |
|
| codelock |
|
| vm |
|
| api_config |
|
| api_endpoint_ids |
|
| pagespeed |
|
| class_loader_config |
|
| url_stream_handler_type |
|
| use_google_connector_j |
|
| static_file_includes |
|
| static_file_excludes |
|
| resource_file_includes |
|
| resource_file_excludes |
|
| auto_id_policy |
|
| static_exclude_pattern |
|
| resource_include_pattern |
|
| resource_exclude_pattern |
|
|
string | URL_HANDLER_URLFETCH = 'urlfetch' |
|
string | URL_HANDLER_NATIVE = 'native' |
|
string | WARMUP_SERVICE = 'warmup' |
|
string | DEFAULT_POLICY = 'default' |
|
string | LEGACY_POLICY = 'legacy' |
|
|
| app_root = property(_GetAppRoot, _SetAppRoot) |
|
Organizes and stores data from appengine-web.xml.
def google.appengine.tools.app_engine_web_xml_parser.AppEngineWebXml.__init__ |
( |
|
self | ) |
|
Initializes an empty AppEngineWebXml object.
def google.appengine.tools.app_engine_web_xml_parser.AppEngineWebXml.IncludesResource |
( |
|
self, |
|
|
|
path |
|
) |
| |
Checks whether a given file should be classified as a resource file.
def google.appengine.tools.app_engine_web_xml_parser.AppEngineWebXml.IncludesStatic |
( |
|
self, |
|
|
|
path |
|
) |
| |
Checks whether a given file should be classified as a static file.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/app_engine_web_xml_parser.py