Package org.kohsuke.stapler.jelly.InternationalizedStringExpression

Examples of org.kohsuke.stapler.jelly.InternationalizedStringExpression.RawHtmlArgument


    /**
     * Used for arguments to internationalized expressions to avoid escape
     */
    public static Object rawHtml(Object o) {
        return o==null ? null : new RawHtmlArgument(o);
    }
View Full Code Here

TOP

Related Classes of org.kohsuke.stapler.jelly.InternationalizedStringExpression.RawHtmlArgument

Copyright © 2018 www.massapicom. 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.