Пример #1
0
 /**
  * get wiki page params from the path made by {@link #getPath(WikiPageParams)}
  *
  * @param path made by {@link #getPath(WikiPageParams)}
  * @throws Exception if an error occurs.
  */
 public static WikiPageParams getPageParams(String path) throws Exception {
   return TreeUtils.getPageParamsFromPath(path);
 }