com.atlassian.gadgets.dashboard.internal
Interface GadgetFactory

All Known Implementing Classes:
GadgetFactoryImpl

public interface GadgetFactory


Method Summary
 Gadget createGadget(com.atlassian.gadgets.GadgetState state, com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext)
           
 Gadget createGadget(String gadgetSpecUrl, com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext)
           
 

Method Detail

createGadget

Gadget createGadget(String gadgetSpecUrl,
                    com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext)
                    throws com.atlassian.gadgets.GadgetParsingException,
                           com.atlassian.gadgets.GadgetSpecUriNotAllowedException
Throws:
com.atlassian.gadgets.GadgetParsingException
com.atlassian.gadgets.GadgetSpecUriNotAllowedException

createGadget

Gadget createGadget(com.atlassian.gadgets.GadgetState state,
                    com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext)
                    throws com.atlassian.gadgets.GadgetParsingException,
                           com.atlassian.gadgets.GadgetSpecUriNotAllowedException
Throws:
com.atlassian.gadgets.GadgetParsingException
com.atlassian.gadgets.GadgetSpecUriNotAllowedException


Copyright © 2012 Atlassian. All Rights Reserved.