Package com.bastengao.struts2.freeroute.annotation

Examples of com.bastengao.struts2.freeroute.annotation.ControllerPackage.parent()


            if(parentPackage == null){
                throw new IllegalStateException("defaultParentPackage not found: " + this.defaultParentPackage);
            }
        } else {
            parentPackage = this.configuration.getPackageConfig(pkg.parent());
        }
        return parentPackage;
    }

    /**
 
View Full Code Here


        // 父包
        PackageConfig parentPackage = null;
        if (pkg == null) {
            parentPackage = this.defaultParentPackage();
        } else {
            parentPackage = this.configuration.getPackageConfig(pkg.parent());
        }
        return parentPackage;
    }

    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.