com.atlassian.gadgets.dashboard.internal
Interface GadgetFactory

All Known Implementing Classes:
GadgetFactoryImpl

public interface GadgetFactory


Method Summary
 Gadget createGadget(GadgetState state, GadgetRequestContext gadgetRequestContext)
           
 Gadget createGadget(String gadgetSpecUrl, GadgetRequestContext gadgetRequestContext)
           
 

Method Detail

createGadget

Gadget createGadget(String gadgetSpecUrl,
                    GadgetRequestContext gadgetRequestContext)
                    throws GadgetParsingException,
                           GadgetSpecUriNotAllowedException
Throws:
GadgetParsingException
GadgetSpecUriNotAllowedException

createGadget

Gadget createGadget(GadgetState state,
                    GadgetRequestContext gadgetRequestContext)
                    throws GadgetParsingException,
                           GadgetSpecUriNotAllowedException
Throws:
GadgetParsingException
GadgetSpecUriNotAllowedException


Copyright © 2010 Atlassian. All Rights Reserved.