@Override
  public void doFinally() {
    channel = null;

    homePageStr = "首页";

    target = "_self";

    showSiteName = false;

    super.doFinally();
  }
Example #2
0
 @Override
 public void doFinally() {
   this.property = null;
   super.doFinally();
 }