Advertisement
mathakin

velocity_cms_template

Jul 10th, 2012
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ## Get the group ID of the document library you are referring to
  2. #set ($gid = $getterUtil.getLong($DOCUMENTO.getData().split("/").get(2)))
  3. ## Get the folder ID of the DL
  4. #set ($fid = $getterUtil.getLong($DOCUMENTO.getData().split("/").get(3)))
  5. ## Get the file title
  6. #set ($fileTitle = $DOCUMENTO.getData().split("/").get(4))
  7. #set ($fileTitle = $decoder.decode($fileTitle, "UTF-8"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement