|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.faces.el.StringConcatenator
public class StringConcatenator
JSF expression language string concatenation. The concatenator is used in JSF expressions as follows:
concatenator.concat['item1'].comcat['item2'].value
| Constructor Summary | |
|---|---|
StringConcatenator()
Default constructor. |
|
StringConcatenator(String base)
Construct from base string. |
|
| Method Summary | |
|---|---|
Map<String,StringConcatenator> |
getConcat()
Fake getter to implement the concat component. |
String |
getValue()
Getter for the final value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringConcatenator(String base)
base - the first string in a concatenation chain.public StringConcatenator()
| Method Detail |
|---|
public Map<String,StringConcatenator> getConcat()
public String getValue()
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||