org.apache.shindig.config
Class DynamicConfigProperty

java.lang.Object
  extended by org.apache.shindig.config.DynamicConfigProperty
All Implemented Interfaces:
CharSequence

public class DynamicConfigProperty
extends Object
implements CharSequence

String property that can be interpreted using a container context. Implements CharSequence strictly as a marker. Only toString is supported.


Constructor Summary
DynamicConfigProperty(String value, Expressions expressions, javax.el.ELContext context)
           
 
Method Summary
 char charAt(int index)
           
 int length()
           
 CharSequence subSequence(int start, int end)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicConfigProperty

public DynamicConfigProperty(String value,
                             Expressions expressions,
                             javax.el.ELContext context)
Method Detail

toString

public String toString()
Specified by:
toString in interface CharSequence
Overrides:
toString in class Object

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence

length

public int length()
Specified by:
length in interface CharSequence

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence


Copyright © 2007-2012. All Rights Reserved.