org.seasar.framework.mock.servlet
インタフェース MockServletContext

すべてのスーパーインタフェース:
ServletContext
既知の実装クラスの一覧:
MockServletContextImpl

public interface MockServletContext
extends ServletContext

作成者:
Satoshi Kimura

メソッドの概要
 void addMimeType(String file, String type)
           
 MockHttpServletRequestImpl createRequest(String path)
           
 void setInitParameter(String name, String value)
           
 
インタフェース javax.servlet.ServletContext から継承したメソッド
getAttribute, getAttributeNames, getContext, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, log, log, log, removeAttribute, setAttribute
 

メソッドの詳細

addMimeType

public void addMimeType(String file,
                        String type)

setInitParameter

public void setInitParameter(String name,
                             String value)

createRequest

public MockHttpServletRequestImpl createRequest(String path)


Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.