fr.paris.lutece.portal.business.editor
Class ParserComplexElement

java.lang.Object
  extended by fr.paris.lutece.portal.business.editor.ParserComplexElement

public class ParserComplexElement
extends Object

ParserComplexElementClass


Constructor Summary
ParserComplexElement(String strTagName, String strOpenSubstWithParam, String strCloseSubstWithParam, String strOpenSubstWithoutParam, String strCloseSubstWithoutParam, String strInternalSubst, boolean bProcessInternalTags, boolean bAcceptParam, boolean bRequiresQuotedParam)
           
 
Method Summary
 String getCloseSubstWithoutParam()
           
 String getCloseSubstWithParam()
           
 String getInternalSubst()
           
 String getOpenSubstWithoutParam()
           
 String getOpenSubstWithParam()
          OpenSubstWithParam(
 String getTagName()
           
 boolean isAcceptParam()
           
 boolean isProcessInternalTags()
           
 boolean isRequiresQuotedParam()
           
 void setAcceptParam(boolean bAcceptParam)
           
 void setCloseSubstWithoutParam(String strCloseSubstWithoutParam)
           
 void setCloseSubstWithParam(String strCloseSubstWithParam)
           
 void setInternalSubst(String strInternalSubst)
           
 void setOpenSubstWithoutParam(String strOpenSubstWithoutParam)
           
 void setOpenSubstWithParam(String strOpenSubstWithParam)
           
 void setProcessInternalTags(boolean bProcessInternalTags)
           
 void setRequiresQuotedParam(boolean bRequiresQuotedParam)
           
 void setTagName(String strTagName)
          set tag name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserComplexElement

public ParserComplexElement(String strTagName,
                            String strOpenSubstWithParam,
                            String strCloseSubstWithParam,
                            String strOpenSubstWithoutParam,
                            String strCloseSubstWithoutParam,
                            String strInternalSubst,
                            boolean bProcessInternalTags,
                            boolean bAcceptParam,
                            boolean bRequiresQuotedParam)
Parameters:
strTagName - strTagName
strOpenSubstWithParam - strOpenSubstWithParam
strCloseSubstWithParam - strCloseSubstWithParam
strOpenSubstWithoutParam - strOpenSubstWithoutParam
strCloseSubstWithoutParam - strCloseSubstWithoutParam
strInternalSubst - strInternalSubst
bProcessInternalTags - bProcessInternalTags
bAcceptParam - bAcceptParam
bRequiresQuotedParam - bRequiresQuotedParam
Method Detail

getTagName

public String getTagName()
Returns:
return tag name

setTagName

public void setTagName(String strTagName)
set tag name

Parameters:
strTagName - strTagName

getOpenSubstWithParam

public String getOpenSubstWithParam()
OpenSubstWithParam(

Returns:
OpenSubstWithParam(

setOpenSubstWithParam

public void setOpenSubstWithParam(String strOpenSubstWithParam)
Parameters:
strOpenSubstWithParam - strOpenSubstWithParam

getCloseSubstWithParam

public String getCloseSubstWithParam()
Returns:
CloseSubstWithParam

setCloseSubstWithParam

public void setCloseSubstWithParam(String strCloseSubstWithParam)
Parameters:
strCloseSubstWithParam - trCloseSubstWithParam

getOpenSubstWithoutParam

public String getOpenSubstWithoutParam()
Returns:
OpenSubstWithoutParam

setOpenSubstWithoutParam

public void setOpenSubstWithoutParam(String strOpenSubstWithoutParam)
Parameters:
strOpenSubstWithoutParam - strOpenSubstWithoutParam

getCloseSubstWithoutParam

public String getCloseSubstWithoutParam()
Returns:
CloseSubstWithoutParam

setCloseSubstWithoutParam

public void setCloseSubstWithoutParam(String strCloseSubstWithoutParam)
Parameters:
strCloseSubstWithoutParam - strCloseSubstWithoutParam

getInternalSubst

public String getInternalSubst()
Returns:
InternalSubst

setInternalSubst

public void setInternalSubst(String strInternalSubst)
Parameters:
strInternalSubst - strInternalSubst

isProcessInternalTags

public boolean isProcessInternalTags()
Returns:
isProcessInternalTags

setProcessInternalTags

public void setProcessInternalTags(boolean bProcessInternalTags)
Parameters:
bProcessInternalTags - bProcessInternalTags

isAcceptParam

public boolean isAcceptParam()
Returns:
isAcceptParam

setAcceptParam

public void setAcceptParam(boolean bAcceptParam)
Parameters:
bAcceptParam - bAcceptParam

isRequiresQuotedParam

public boolean isRequiresQuotedParam()
Returns:
RequiresQuotedParam

setRequiresQuotedParam

public void setRequiresQuotedParam(boolean bRequiresQuotedParam)
Parameters:
bRequiresQuotedParam - bRequiresQuotedParam


Copyright © 2014 Mairie de Paris. All Rights Reserved.