Class SpringContextLocatorMock

  • All Implemented Interfaces:
    java.io.Serializable, ISpringContextLocator, org.apache.wicket.util.io.IClusterable

    public class SpringContextLocatorMock
    extends java.lang.Object
    implements ISpringContextLocator
    Mock SpringContextLocator
    Author:
    Igor Vaynberg (ivaynberg)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringContextLocatorMock​(org.springframework.context.ApplicationContext context)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.context.ApplicationContext getSpringContext()
      Getter for spring application context
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringContextLocatorMock

        public SpringContextLocatorMock​(org.springframework.context.ApplicationContext context)
        Constructor
        Parameters:
        context -