org.apache.pluto.portalImpl.core
Class PortletURLProviderImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.core.PortletURLProviderImpl

public class PortletURLProviderImpl
extends java.lang.Object


Field Summary
private  boolean action
           
private  boolean clearParameters
           
private  PortletMode mode
           
private  java.util.Map parameters
           
private  PortletWindow portletWindow
           
private  DynamicInformationProviderImpl provider
           
private  boolean secure
           
private  WindowState state
           
 
Constructor Summary
PortletURLProviderImpl(DynamicInformationProviderImpl provider, PortletWindow portletWindow)
           
 
Method Summary
 void clearParameters()
           
 void setAction()
           
 void setParameters(java.util.Map parameters)
           
 void setPortletMode(PortletMode mode)
           
 void setSecure()
           
 void setWindowState(WindowState state)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

provider

private DynamicInformationProviderImpl provider

portletWindow

private PortletWindow portletWindow

mode

private PortletMode mode

state

private WindowState state

action

private boolean action

secure

private boolean secure

clearParameters

private boolean clearParameters

parameters

private java.util.Map parameters
Constructor Detail

PortletURLProviderImpl

public PortletURLProviderImpl(DynamicInformationProviderImpl provider,
                              PortletWindow portletWindow)
Method Detail

setPortletMode

public void setPortletMode(PortletMode mode)

setWindowState

public void setWindowState(WindowState state)

setAction

public void setAction()

setSecure

public void setSecure()

clearParameters

public void clearParameters()

setParameters

public void setParameters(java.util.Map parameters)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object