org.jboss.portal.portlet.impl.jsr168.api
Class BaseURLImpl
java.lang.Object
org.jboss.portal.portlet.impl.jsr168.api.BaseURLImpl
- All Implemented Interfaces:
- javax.portlet.BaseURL
- Direct Known Subclasses:
- PortletURLImpl, ResourceURLImpl
public abstract class BaseURLImpl
- extends java.lang.Object
- implements javax.portlet.BaseURL
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
inv
protected final PortletInvocation inv
- .
preq
protected final PortletRequestImpl preq
- .
secure
protected int secure
- .
filterable
protected final boolean filterable
- .
BaseURLImpl
protected BaseURLImpl(PortletInvocation invocation,
PortletRequestImpl preq,
boolean filterable)
BaseURLImpl
protected BaseURLImpl(BaseURLImpl original)
setParameter
public void setParameter(java.lang.String name,
java.lang.String value)
- Specified by:
setParameter in interface javax.portlet.BaseURL
- Throws:
java.lang.IllegalArgumentException - if the name is null
setParameter
public void setParameter(java.lang.String name,
java.lang.String[] values)
- Specified by:
setParameter in interface javax.portlet.BaseURL
setParameters
public void setParameters(java.util.Map<java.lang.String,java.lang.String[]> parameters)
- Specified by:
setParameters in interface javax.portlet.BaseURL
setSecure
public void setSecure(boolean secure)
throws PortletSecurityException
- Specified by:
setSecure in interface javax.portlet.BaseURL
- Throws:
PortletSecurityException
getParameterMap
public java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
- Specified by:
getParameterMap in interface javax.portlet.BaseURL
addProperty
public void addProperty(java.lang.String s,
java.lang.String s1)
- Specified by:
addProperty in interface javax.portlet.BaseURL
setProperty
public void setProperty(java.lang.String s,
java.lang.String s1)
- Specified by:
setProperty in interface javax.portlet.BaseURL
toString
public java.lang.String toString()
- Specified by:
toString in interface javax.portlet.BaseURL- Overrides:
toString in class java.lang.Object
write
public void write(java.io.Writer writer)
throws java.io.IOException
- Specified by:
write in interface javax.portlet.BaseURL
- Throws:
java.io.IOException
write
public void write(java.io.Writer writer,
boolean b)
throws java.io.IOException
- Specified by:
write in interface javax.portlet.BaseURL
- Throws:
java.io.IOException
filter
protected abstract void filter(javax.portlet.PortletURLGenerationListener listener)
createClone
protected abstract BaseURLImpl createClone()
getContainerURL
protected abstract BaseURLImpl.InternalContainerURL getContainerURL()
Copyright © 2008. All Rights Reserved.