C# Class org.noear.sited.HttpMessage

Mostrar archivo Open project: noear/SiteD Class Usage Examples

Public Properties

Property Type Description
callback HttpCallback
config SdNode
encode String
form String>.Dictionary
header String>.Dictionary
method String
tag int
ua String
url String

Public Methods

Method Description
HttpMessage ( ) : System
HttpMessage ( SdNode cfg, String url ) : System
HttpMessage ( SdNode cfg, String url, int tag, String>.Dictionary args ) : System
rebuild ( SdNode cfg ) : void
rebuildForm ( ) : void
rebuildForm ( int page, String key ) : void

Method Details

HttpMessage() public method

public HttpMessage ( ) : System
return System

HttpMessage() public method

public HttpMessage ( SdNode cfg, String url ) : System
cfg SdNode
url String
return System

HttpMessage() public method

public HttpMessage ( SdNode cfg, String url, int tag, String>.Dictionary args ) : System
cfg SdNode
url String
tag int
args String>.Dictionary
return System

rebuild() public method

public rebuild ( SdNode cfg ) : void
cfg SdNode
return void

rebuildForm() public method

public rebuildForm ( ) : void
return void

rebuildForm() public method

public rebuildForm ( int page, String key ) : void
page int
key String
return void

Property Details

callback public_oe property

public HttpCallback callback
return HttpCallback

config public_oe property

public SdNode,org.noear.sited config
return SdNode

encode public_oe property

public String encode
return String

form public_oe property

public Dictionary form
return String>.Dictionary

header public_oe property

public Dictionary header
return String>.Dictionary

method public_oe property

public String method
return String

tag public_oe property

public int tag
return int

ua public_oe property

public String ua
return String

url public_oe property

public String url
return String