Class ServletTilesContextFactory

  • All Implemented Interfaces:
    org.apache.tiles.context.TilesContextFactory, org.apache.tiles.context.TilesRequestContextFactory, org.apache.tiles.Initializable

    @Deprecated
    public class ServletTilesContextFactory
    extends Object
    implements org.apache.tiles.context.TilesContextFactory
    Deprecated.
    Author:
    PTRNTN77A26E506O
    • Constructor Detail

      • ServletTilesContextFactory

        @Deprecated
        public ServletTilesContextFactory()
        Deprecated.
        Do not use! No replacement.
        Constructor.
    • Method Detail

      • init

        public void init​(Map<String,​String> configParameters)
        Deprecated.
        Specified by:
        init in interface org.apache.tiles.Initializable
      • createApplicationContext

        public org.apache.tiles.TilesApplicationContext createApplicationContext​(Object context)
        Deprecated.
        Specified by:
        createApplicationContext in interface org.apache.tiles.context.TilesContextFactory
      • createRequestContext

        public org.apache.tiles.context.TilesRequestContext createRequestContext​(org.apache.tiles.TilesApplicationContext context,
                                                                                 Object... requestItems)
        Deprecated.
        Specified by:
        createRequestContext in interface org.apache.tiles.context.TilesRequestContextFactory
      • getServletContext

        @Deprecated
        protected javax.servlet.ServletContext getServletContext​(org.apache.tiles.TilesApplicationContext context)
        Deprecated.
        Use TilesApplicationContext.getContext().
        Returns the original servlet context.
        Parameters:
        context - The application context.
        Returns:
        The original servlet context, if found.