org.media.mn8.concepts
Class HTMLFormConcept

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.MapConcept
                    |
                    +--org.media.mn8.concepts.HTMLFormConcept
All Implemented Interfaces:
Map

public class HTMLFormConcept
extends MapConcept

Version:
$Revision: 1.12 $ $Date: 2002/10/10 22:59:19 $
Author:
Szabo Csaba

Field Summary
 AttributeConcept encoding
           
static String FORM_DB
           
 AttributeConcept id
           
 AttributeConcept method
           
 AttributeConcept name
           
 AttributeConcept target
           
 AttributeConcept url
           
 
Fields inherited from class org.media.mn8.concepts.MapConcept
_hasNext, _hasPrevious, _index, _keys, _length, _nameCache, _values, hasNext, hasPrevious, index, length
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
HTMLFormConcept()
           
HTMLFormConcept(Form form)
           
 
Method Summary
 Object clone()
           
static Concept fromXML(StringConcept content)
           
 StringConcept getAsEncodedURL()
           
 ConceptDefinition getConceptDefinition()
           
 String getID()
           
static SeriesConcept getStoredForms(ExpressionConcept expr)
           
static SeriesConcept getStoredForms(StringConcept durl)
           
 void loadContent(Concept from)
           
 void setEncoding(StringConcept enc)
           
 void setMethod(StringConcept method)
           
 void setName(StringConcept name)
           
 void setTarget(StringConcept target)
           
 void setURL(StringConcept url)
           
 void storeForm()
           
 
Methods inherited from class org.media.mn8.concepts.MapConcept
add, clear, containsKey, containsValue, currentKey, equals, equals, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getIndex, getKeyAt, getKeys, getKeyVector, getLength, getValue, getValueAt, getValues, getValuesVector, hasNext, hasPrevious, indexOfKey, indexOfValue, insert, insert, nextKey, nextValue, previousKey, remove, setIndex, setIndex, setVectors, sort, updateNameCache, updateNavigationFans
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, opEQ, toTXT, toXML
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORM_DB

public static String FORM_DB

id

public AttributeConcept id

url

public AttributeConcept url

method

public AttributeConcept method

name

public AttributeConcept name

target

public AttributeConcept target

encoding

public AttributeConcept encoding
Constructor Detail

HTMLFormConcept

public HTMLFormConcept()

HTMLFormConcept

public HTMLFormConcept(Form form)
Method Detail

setURL

public void setURL(StringConcept url)

getAsEncodedURL

public StringConcept getAsEncodedURL()

setMethod

public void setMethod(StringConcept method)

setName

public void setName(StringConcept name)

setTarget

public void setTarget(StringConcept target)

setEncoding

public void setEncoding(StringConcept enc)

getID

public String getID()

clone

public Object clone()
Overrides:
clone in class MapConcept

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class MapConcept

fromXML

public static Concept fromXML(StringConcept content)

loadContent

public void loadContent(Concept from)
Overrides:
loadContent in class Concept

storeForm

public void storeForm()

getStoredForms

public static SeriesConcept getStoredForms(StringConcept durl)

getStoredForms

public static SeriesConcept getStoredForms(ExpressionConcept expr)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."