package org.beanfuse.struts2.route; public interface Convention { // 路径分割符 public static char separator = '/'; }