/** * set the value external * * @param external value to set * @throws ApplicationException */ public void setExternal(boolean external) throws ApplicationException { DeprecatedUtil.tagAttribute(pageContext, "Search", "external"); }
/** * set the value language * * @param language value to set */ public void setLanguage(String language) { DeprecatedUtil.tagAttribute(pageContext, "Search", "language"); }