Package org.apache.commons.jelly

Examples of org.apache.commons.jelly.DynaTag


            // XXXX: somehow we should find the template's
            // <invokeBody> tag and associate it with this instance
            return new DynaTagScript(tag);
        }
        else if ( value instanceof DynaTag ) {
            DynaTag tag = (DynaTag) value;
            return new DynaTagScript(tag);
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of org.apache.commons.jelly.DynaTag

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.