org.apache.shindig.config
Class DynamicConfigProperty
java.lang.Object
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.
DynamicConfigProperty
public DynamicConfigProperty(String value,
Expressions expressions,
javax.el.ELContext context)
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.