railo.runtime.text.feed
Class FeedStruct

java.lang.Object
  extended by railo.runtime.type.util.StructSupport
      extended by railo.runtime.type.StructImpl
          extended by railo.runtime.text.feed.FeedStruct
All Implemented Interfaces:
Serializable, Cloneable, Map, Dumpable, Castable, Collection, Iteratorable, Sizeable, Struct

public class FeedStruct
extends StructImpl

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface railo.runtime.type.Collection
Collection.Key
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class railo.runtime.type.StructImpl
TYPE_SOFT
 
Fields inherited from interface railo.runtime.type.Struct
TYPE_LINKED, TYPE_REGULAR, TYPE_SYNC, TYPE_WEAKED
 
Constructor Summary
FeedStruct()
           
FeedStruct(String path, Collection.Key inside, String uri)
           
 
Method Summary
 void append(String str)
           
 Collection duplicate(boolean deepCopy)
           
 Collection.Key getInside()
           
 String getPath()
           
 String getString()
           
 String getUri()
           
 boolean hasAttribute()
           
 void setHasAttribute(boolean hasAttribute)
           
 
Methods inherited from class railo.runtime.type.StructImpl
clear, containsKey, containsValue, copy, get, get, keyIterator, keys, keysAsString, remove, remove, removeEL, set, setEL, size, valueIterator, values
 
Methods inherited from class railo.runtime.type.util.StructSupport
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, clone, compareTo, compareTo, compareTo, compareTo, containsKey, containsKey, entrySet, equals, get, get, get, invalidKey, isEmpty, iterator, keySet, put, putAll, remove, set, setEL, sizeOf, toDumpData, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
hashCode
 

Constructor Detail

FeedStruct

public FeedStruct(String path,
                  Collection.Key inside,
                  String uri)

FeedStruct

public FeedStruct()
Method Detail

getUri

public String getUri()
Returns:
the uri

setHasAttribute

public void setHasAttribute(boolean hasAttribute)
Parameters:
hasAttribute - the hasAttribute to set

hasAttribute

public boolean hasAttribute()

getPath

public String getPath()
Returns:
the path

getInside

public Collection.Key getInside()
Returns:
the inside

append

public void append(String str)

getString

public String getString()

duplicate

public Collection duplicate(boolean deepCopy)
Specified by:
duplicate in interface Collection
Overrides:
duplicate in class StructImpl
See Also:
StructImpl.duplicate(boolean)


Copyright © 2012 Railo