Class BaseURLImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.BaseURLImpl
- All Implemented Interfaces:
javax.portlet.BaseURL
- Direct Known Subclasses:
PortletURLImpl,ResourceURLImpl
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final boolean.protected final org.gatein.pc.api.invocation.PortletInvocation.protected final PortletRequestImpl.protected int. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseURLImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq, boolean filterable) protectedBaseURLImpl(BaseURLImpl original) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String key, String value) protected abstract BaseURLImplprotected abstract voidfilter(javax.portlet.PortletURLGenerationListener listener) protected abstract BaseURLImpl.InternalContainerURLvoidsetParameter(String name, String value) voidsetParameter(String name, String[] values) voidsetParameters(Map<String, String[]> parameters) voidsetProperty(String key, String value) voidsetSecure(boolean secure) toString()voidvoid
-
Field Details
-
inv
protected final org.gatein.pc.api.invocation.PortletInvocation inv. -
preq
. -
secure
protected int secure. -
filterable
protected final boolean filterable.
-
-
Constructor Details
-
BaseURLImpl
protected BaseURLImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq, boolean filterable) -
BaseURLImpl
-
-
Method Details
-
setParameter
- Specified by:
setParameterin interfacejavax.portlet.BaseURL- Throws:
IllegalArgumentException- if the name is null
-
setParameter
- Specified by:
setParameterin interfacejavax.portlet.BaseURL
-
setParameters
- Specified by:
setParametersin interfacejavax.portlet.BaseURL
-
setSecure
public void setSecure(boolean secure) throws javax.portlet.PortletSecurityException - Specified by:
setSecurein interfacejavax.portlet.BaseURL- Throws:
javax.portlet.PortletSecurityException
-
getParameterMap
- Specified by:
getParameterMapin interfacejavax.portlet.BaseURL
-
addProperty
- Specified by:
addPropertyin interfacejavax.portlet.BaseURL
-
setProperty
- Specified by:
setPropertyin interfacejavax.portlet.BaseURL
-
toString
-
write
- Specified by:
writein interfacejavax.portlet.BaseURL- Throws:
IOException
-
write
- Specified by:
writein interfacejavax.portlet.BaseURL- Throws:
IOException
-
filter
protected abstract void filter(javax.portlet.PortletURLGenerationListener listener) -
createClone
-
getContainerURL
-