Package com.volantis.mcs.protocols.gallery

Examples of com.volantis.mcs.protocols.gallery.GalleryModule


    protected ElementRenderer getElementRenderer(XDIMEContextInternal context)
        throws ProtocolException {
       
        // First get the ticker module, which is a part of protocol
        // responsible for rendering ticker widgets
        GalleryModule galleryModule =  getGalleryModule(context);
       
        // No renderer if no module
        if (null == galleryModule){
            return null;
        }

        // Get renderer for this particular widget
        return galleryModule.getElementRenderer(protocolAttributes);
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.protocols.gallery.GalleryModule

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.