org.seasar.framework.mock.portlet
クラス MockPortletContextImpl
java.lang.Object
   org.seasar.framework.mock.portlet.MockPortletContextImpl
org.seasar.framework.mock.portlet.MockPortletContextImpl
- すべての実装インタフェース: 
- MockPortletContext, javax.portlet.PortletContext
- public class MockPortletContextImpl- extends Object- implements MockPortletContext
- 作成者:
- shinsuke
 
 
 
| クラス java.lang.Object から継承したメソッド | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MAJOR_VERSION
public static final int MAJOR_VERSION
- 関連項目:
- 定数フィールド値
MINOR_VERSION
public static final int MINOR_VERSION
- 関連項目:
- 定数フィールド値
SERVER_INFO
public static final String SERVER_INFO
- 関連項目:
- 定数フィールド値
MockPortletContextImpl
public MockPortletContextImpl(String path)
getAttribute
public Object getAttribute(String name)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetAttribute
 
- 
 
getAttributeNames
public Enumeration getAttributeNames()
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetAttributeNames
 
- 
 
getInitParameter
public String getInitParameter(String name)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetInitParameter
 
- 
 
getInitParameterNames
public Enumeration getInitParameterNames()
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetInitParameterNames
 
- 
 
getMajorVersion
public int getMajorVersion()
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetMajorVersion
 
- 
 
getMimeType
public String getMimeType(String file)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetMimeType
 
- 
 
getMinorVersion
public int getMinorVersion()
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetMinorVersion
 
- 
 
getNamedDispatcher
public javax.portlet.PortletRequestDispatcher getNamedDispatcher(String arg0)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetNamedDispatcher
 
- 
 
getPortletContextName
public String getPortletContextName()
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetPortletContextName
 
- 
 
getRealPath
public String getRealPath(String path)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetRealPath
 
- 
 
getRequestDispatcher
public javax.portlet.PortletRequestDispatcher getRequestDispatcher(String arg0)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetRequestDispatcher
 
- 
 
getResource
public URL getResource(String path)
                throws MalformedURLException
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetResource
 
- 
- 例外: 
- MalformedURLException
 
getResourceAsStream
public InputStream getResourceAsStream(String path)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetResourceAsStream
 
- 
 
getResourcePaths
public Set getResourcePaths(String path)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetResourcePaths
 
- 
 
getServerInfo
public String getServerInfo()
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のgetServerInfo
 
- 
 
log
public void log(String message,
                Throwable ex)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のlog
 
- 
 
log
public void log(String message)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のlog
 
- 
 
removeAttribute
public void removeAttribute(String name)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のremoveAttribute
 
- 
 
setAttribute
public void setAttribute(String name,
                         Object value)
- 
- 定義:
- インタフェース javax.portlet.PortletContext内のsetAttribute
 
- 
 
setInitParameter
public void setInitParameter(String name,
                             String value)
- 
- 定義:
- インタフェース MockPortletContext内のsetInitParameter
 
- 
 
addMimeType
public void addMimeType(String file,
                        String type)
- 
- 定義:
- インタフェース MockPortletContext内のaddMimeType
 
- 
 
adjustPath
protected String adjustPath(String path)
- 
 
- 
 
createRequest
public MockPortletRequestImpl createRequest()
- 
- 定義:
- インタフェース MockPortletContext内のcreateRequest
 
- 
 
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.