public abstract class BaseURLImpl extends Object implements javax.portlet.BaseURL
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseURLImpl.InternalContainerURL |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
filterable
.
|
protected PortletInvocation |
inv
.
|
protected PortletRequestImpl |
preq
.
|
protected int |
secure
.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BaseURLImpl(BaseURLImpl original) |
protected |
BaseURLImpl(PortletInvocation invocation,
PortletRequestImpl preq,
boolean filterable) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
protected abstract BaseURLImpl |
createClone() |
protected abstract void |
filter(javax.portlet.PortletURLGenerationListener listener) |
protected abstract BaseURLImpl.InternalContainerURL |
getContainerURL() |
Map<String,String[]> |
getParameterMap() |
void |
setParameter(String name,
String value) |
void |
setParameter(String name,
String[] values) |
void |
setParameters(Map<String,String[]> parameters) |
void |
setProperty(String key,
String value) |
void |
setSecure(boolean secure) |
String |
toString() |
void |
write(Writer writer) |
void |
write(Writer writer,
boolean b) |
protected final PortletInvocation inv
protected final PortletRequestImpl preq
protected int secure
protected final boolean filterable
protected BaseURLImpl(PortletInvocation invocation, PortletRequestImpl preq, boolean filterable)
protected BaseURLImpl(BaseURLImpl original)
public void setParameter(String name, String value)
setParameter in interface javax.portlet.BaseURLIllegalArgumentException - if the name is nullpublic void setParameter(String name, String[] values)
setParameter in interface javax.portlet.BaseURLpublic void setParameters(Map<String,String[]> parameters)
setParameters in interface javax.portlet.BaseURLpublic void setSecure(boolean secure)
throws javax.portlet.PortletSecurityException
setSecure in interface javax.portlet.BaseURLjavax.portlet.PortletSecurityExceptionpublic Map<String,String[]> getParameterMap()
getParameterMap in interface javax.portlet.BaseURLpublic void addProperty(String key, String value)
addProperty in interface javax.portlet.BaseURLpublic void setProperty(String key, String value)
setProperty in interface javax.portlet.BaseURLpublic String toString()
public void write(Writer writer) throws IOException
write in interface javax.portlet.BaseURLIOExceptionpublic void write(Writer writer, boolean b) throws IOException
write in interface javax.portlet.BaseURLIOExceptionprotected abstract void filter(javax.portlet.PortletURLGenerationListener listener)
protected abstract BaseURLImpl createClone()
protected abstract BaseURLImpl.InternalContainerURL getContainerURL()
Copyright © 2003-2021 GateIn. All Rights Reserved.