App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
google.appengine.tools.app_engine_web_xml_parser.AppEngineWebXml Class Reference
Inheritance diagram for google.appengine.tools.app_engine_web_xml_parser.AppEngineWebXml:
google.appengine.tools.value_mixin.ValueMixin

Public Member Functions

def __init__
 
def SpecifierEnteredAlready
 
def IncludesStatic
 
def IncludesResource
 
- Public Member Functions inherited from google.appengine.tools.value_mixin.ValueMixin
def __cmp__
 
def __hash__
 
def __repr__
 

Public Attributes

 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
 

Static Public Attributes

string URL_HANDLER_URLFETCH = 'urlfetch'
 
string URL_HANDLER_NATIVE = 'native'
 
string WARMUP_SERVICE = 'warmup'
 
string DEFAULT_POLICY = 'default'
 
string LEGACY_POLICY = 'legacy'
 

Properties

 app_root = property(_GetAppRoot, _SetAppRoot)
 

Detailed Description

Organizes and stores data from appengine-web.xml.

Constructor & Destructor Documentation

def google.appengine.tools.app_engine_web_xml_parser.AppEngineWebXml.__init__ (   self)
Initializes an empty AppEngineWebXml object.

Member Function Documentation

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: