|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.files2docs.util.Files2DocsUtil
public final class Files2DocsUtil
Files2Docs Util class
Field Summary | |
---|---|
static int |
CONSTANT_ID_NULL
|
Method Summary | |
---|---|
static int |
convertStringToInt(java.lang.String strValue)
Converts a String value to an int |
static java.lang.String |
formatToHtml(java.lang.String strToFormat)
Format the given String to HTML : < is replaced by <
> is replaced by >
|
static java.util.Collection<java.lang.String> |
getListAttributeTypeFile()
Gets document attribute types (codes) with a field of type file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CONSTANT_ID_NULL
Method Detail |
---|
public static java.util.Collection<java.lang.String> getListAttributeTypeFile()
public static int convertStringToInt(java.lang.String strValue)
strValue
- the String value to convert
public static java.lang.String formatToHtml(java.lang.String strToFormat)
<
is replaced by <
>
is replaced by >
strToFormat
- the String to format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |