haXe API Documentation
Back | Index
enum haxe.web.DispatchRule
import haxe.web.Dispatch
Available in flash8, neko, js, flash, php, cpp
DRMult(r : Array<MatchRule>)
DRMeta(r : DispatchRule)
DRMatch(r : MatchRule)
DRArgs(r : DispatchRule,args : Array<{ rule : MatchRule, opt : Bool, name : String}>,opt : Bool)
Back | Index