com.liferay.portlet.portletconfiguration.util
Class PublicRenderParameterConfiguration

java.lang.Object
  extended by com.liferay.portlet.portletconfiguration.util.PublicRenderParameterConfiguration

public class PublicRenderParameterConfiguration
extends java.lang.Object

View Source

Author:
Alberto Montero

Field Summary
static java.lang.String IGNORE_PREFIX
           
static java.lang.String MAPPING_PREFIX
           
 
Constructor Summary
PublicRenderParameterConfiguration(com.liferay.portal.model.PublicRenderParameter publicRenderParameter, java.lang.String mapping, boolean ignore)
           
 
Method Summary
 java.lang.String getIgnoreKey()
           
 java.lang.String getMapping()
           
 java.lang.String getMappingKey()
           
 com.liferay.portal.model.PublicRenderParameter getPublicRenderParameter()
           
 boolean isIgnore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE_PREFIX

public static final java.lang.String IGNORE_PREFIX
See Also:
Constant Field Values

MAPPING_PREFIX

public static final java.lang.String MAPPING_PREFIX
See Also:
Constant Field Values
Constructor Detail

PublicRenderParameterConfiguration

public PublicRenderParameterConfiguration(com.liferay.portal.model.PublicRenderParameter publicRenderParameter,
                                          java.lang.String mapping,
                                          boolean ignore)
Method Detail

getIgnoreKey

public java.lang.String getIgnoreKey()

getMapping

public java.lang.String getMapping()

getMappingKey

public java.lang.String getMappingKey()

getPublicRenderParameter

public com.liferay.portal.model.PublicRenderParameter getPublicRenderParameter()

isIgnore

public boolean isIgnore()