Package com.werken.blissed

Examples of com.werken.blissed.Described


        if ( describedTag == null )
        {
            throw new JellyException( "Unable to locate an element to describe" );
        }

        Described described = describedTag.getDescribed();

        return described;
    }
View Full Code Here


     *
     *  @throws Exception if an error occurs.
     */
    public void doTag(XMLOutput output) throws Exception
    {
        Described described = getCurrentDescribed();

        String description = getBodyText();

        described.setDescription( description );
    }
View Full Code Here

TOP

Related Classes of com.werken.blissed.Described

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.