The abstract concept URIHandler is the common super concept for all protocol handlers.
All protocol handlers must inherit all this concept methods.
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 |
|
Parameters: |
$url : | The url with which this URIHandler will be created. |
|
Creates a new URIHandler concept with the given $url.
Parameters: |
$uri : |
The uri which will be tested if it is acceptable by this handler. |
|
Returns true if the given $uri is acceptable by this handler, false
otherwise.
Returns true and close this connection.
Returns the content of this handler.
Parameters: |
$options : | Contains a filter with which the returned content will be filtered. |
|
Returns true if the URIHandler was initilized successfully, false
otherwise.
Returns false.
Parameters: |
$value : | The value to be set. |
|
Sets this URIHandler content to the specified $value.