The only syntax supported by this class is simple index-based replacement, namely:
some{1}text{0}here{2}andthereas well as escaping using single quotes. Like MessageFormat, a single quote must be represented using two consecutive single quotes, but the contents of any text between single quotes will not be interpreted. So, the following pattern could be used to include a left bracket:
some'{'text{0}
@version $Name: $ ($Revision: adfrt/faces/adf-faces-api/src/main/java/oracle/adf/view/faces/util/FastMessageFormat.java#0 $) $Date: 10-nov-2005.19:08:37 $ @author The Oracle ADF Faces Team @todo This class to be made public once we figure out a way to do so.This class is also availble in impl for laf strings.
The only syntax supported by this class is simple index-based replacement, namely:
some{1}text{0}here{2}andthereas well as escaping using single quotes. Like MessageFormat, a single quote must be represented using two consecutive single quotes, but the contents of any text between single quotes will not be interpreted. So, the following pattern could be used to include a left bracket:
some'{'text{0}
@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/share/util/FastMessageFormat.java#0 $) $Date: 10-nov-2005.18:59:22 $ @author The Oracle ADF Faces Team
|
|