Package com.logicaldoc.webcontent
Class Util
- java.lang.Object
-
- com.logicaldoc.webcontent.Util
-
public class Util extends Object
Some utility methods to be invoked from jsp.- Since:
- 6.8.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getContentAsString(javax.servlet.http.HttpServletRequest request, long docId)
static void
updateDocument(javax.servlet.http.HttpServletRequest request, long docId, String fileName, String content)
-
-
-
Method Detail
-
getContentAsString
public static String getContentAsString(javax.servlet.http.HttpServletRequest request, long docId) throws com.logicaldoc.gui.common.client.ServerException
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
-