blob: 0f05e50ee83daa0645c2a6a68c43c66ae77fc5bd [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.routing.ComponentRoute",
"baseClassname": ""
,
"description": "ComponentRoutes are declared in RouteToComponent beads. This maps a base name of a route path to a component class.",
"members": [
{ "type": "method",
"qname": "org.apache.royale.routing.ComponentRoute",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": []}
,
{ "type": "field",
"qname": "component",
"return": "Class",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The component class to attach to the parent. I new one is instantiated each time we have a new route."},
{ "type": "field",
"qname": "baseName",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "This is the base name (leaf) of the route path."},
{ "type": "field",
"qname": "parent",
"return": "org.apache.royale.core.IParent",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The parent to add the component to. (Defaults to the strand of the router.)"},
{ "type": "field",
"qname": "title",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "defaultRoute",
"return": "Boolean",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}