Uses of Class
com.jalios.jcms.tools.CheckResult
-
Packages that use CheckResult Package Description com.jalios.jcms.test com.jalios.jcms.tools This package contains various tools used for/by JPlatform. -
-
Uses of CheckResult in com.jalios.jcms.test
Methods in com.jalios.jcms.test with parameters of type CheckResult Modifier and Type Method Description static voidAssert. assertResult(CheckResult result)Allows to throw assertions errors for multiple tests at a time.static voidAssert. assertResult(java.lang.String message, CheckResult result)Allows to throw assertions errors for multiple tests at a time. -
Uses of CheckResult in com.jalios.jcms.tools
Methods in com.jalios.jcms.tools that return CheckResult Modifier and Type Method Description static CheckResultHbmChecker. check(java.io.File webappDir)static CheckResultTypeChecker. check(java.io.File webappDir, LangProperties langProperties, java.util.List<java.lang.String> expectedLanguages)static CheckResultJPropertiesChecker. checkAll(java.io.File webappDir)static CheckResultJsChecker. checkAll(java.io.File webappDir)static CheckResultJspChecker. checkAll(java.io.File webappDir)static CheckResultLessChecker. checkAll(java.io.File webappDir)static CheckResultFormHandlerChecker. checkAllHandlers()Checks all the FormHandler and returns a map of class/methods that are possible issues.static CheckResultRightPolicyFilterChecker. checkAllRPFs()Find all RightPolicyFilter in current class path, and check them for possible issues.CheckResultLangPropertiesChecker. checkProperties()Performs the following checks on the loaded languages properties : property missing in one of the required language property defined multiple timesstatic CheckResultRightPolicyFilterChecker. checkRPFs(java.util.List<java.lang.Class<? extends RightPolicyFilter>> rpfClassList)Check all RightPolicyFilter specified and check them for possible issues.Methods in com.jalios.jcms.tools with parameters of type CheckResult Modifier and Type Method Description voidCheckResult. addOther(CheckResult anotherResult)static voidJsChecker. checkAlert(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkAName(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJsChecker. checkConsole(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJsChecker. checkDebugger(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkEncodeForHTMLAttribute(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkGetParameter(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkI18N(CheckResult result, CheckedFile file, CheckerContext checkerContext)Checks that JSP/JSPF do not contains invalid I18N properties inside glp("...")static voidJspChecker. checkIconSrc(CheckResult result, CheckedFile file, CheckerContext checkerContext)Checks that a <jalios:icon> src attribute is valid.static voidJspChecker. checkImage(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkJavaBean(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkModalPicture(CheckResult result, CheckedFile file, CheckerContext checkerContext)Checks that a <jalios:modal> picture attribute is valid.static voidJspChecker. checkNestedForeach(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidLessChecker. checkNonBreakingSpace(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJsChecker. checkPattern(java.lang.String checkName, org.apache.oro.text.regex.Pattern invalidUsePattern, java.util.regex.Pattern[] authorizedUsePatterns, CheckResult result, CheckedFile file)Check if the specified invalid pattern is part of any lines in the javascript File being analyezstatic voidLessChecker. checkPattern(java.lang.String checkName, org.apache.oro.text.regex.Pattern invalidUsePattern, CheckResult result, CheckedFile file)static voidJspChecker. checkProcessAction(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkQuoteInQuote(CheckResult result, CheckedFile file, CheckerContext checkerContext)static voidJspChecker. checkSystemOut(CheckResult result, CheckedFile file, CheckerContext checkerContext)protected static voidAbstractChecker. saveError(CheckResult result, java.lang.String msg, org.apache.log4j.Logger logger)Logs the msg as warning Level, and append it to the global CheckResult object.
-