This concept able to get protocol handler for your specified URL.
This concept knows how to make connection for particular protocol type, such as
file, http, ftp, beep, xmlrpc, smtp or pop3.
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML, setResourceURI |
|
Label: | contentType |
Type: | Integer |
Is Static: | false |
Is Hidden: | false |
Show Empty: | true |
An Integer indicating this URI content type.
Label: | length |
Type: | Integer |
Is Static: | false |
Is Hidden: | false |
Show Empty: | true |
An Integer indicating this URI length.
Label: | uri |
Type: | String |
Is Static: | false |
Is Hidden: | false |
Show Empty: | true |
A String indicating this URI value.
Label: | options |
Type: | Map |
Is Static: | false |
Is Hidden: | false |
Is Multi: | false |
Show Empty: | true |
A Map containing this URI options.
Parameters: |
$url : | The url with which this URI will be created. |
|
Creates a new URI concept with the given $url.
Returns the URIHandler for this URI.
Parameters: |
$url : | The new url to be set. |
|
Sets this URI concept url to the specified value.
Parameters: |
$value : | The string to decode. |
|
Returns the decoded value of the given $value.
Parameters: |
$value : | The string to encode. |
|
Returns the encoded value of the given $value.