com.sun.faces.application
private static class ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoReplacement extends java.lang.Object implements java.lang.Comparable<ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoReplacement>
Comparable
so that the replacements can be ordered
according to the order they appear in the source.Modifier and Type | Field and Description |
---|---|
(package private) ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoRef |
ref
The utf8 constant reference from the template source.
|
(package private) byte[] |
replacement
The bytes to replace the constant with (must also be a valid utf8
constant pool entry).
|
Constructor and Description |
---|
ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoReplacement(ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoRef ref,
java.lang.String replacement) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoReplacement rhs)
Order by the index position of the source UTF8Info reference.
|
ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoRef ref
byte[] replacement
public ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoReplacement(ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoRef ref, java.lang.String replacement)
public int compareTo(ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoReplacement rhs)
compareTo
in interface java.lang.Comparable<ConverterPropertyEditorFactory.ClassTemplateInfo.Utf8InfoReplacement>
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.