fr.paris.lutece.plugins.xmlpage.service
Class XmlPageElement

java.lang.Object
  extended by fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
All Implemented Interfaces:
fr.paris.lutece.portal.service.resource.Resource

public final class XmlPageElement
extends java.lang.Object
implements fr.paris.lutece.portal.service.resource.Resource

This class represents one XML Page element managed by this plugin


Constructor Summary
XmlPageElement()
           
 
Method Summary
 java.lang.String getDisplayLink()
           
 java.lang.Boolean getIsValidationRequired()
           
 java.util.Map getListXslContent()
           
 java.lang.String getName()
           
 java.lang.String getResourceFilesDirectoryPath()
           
 java.lang.String getTitle()
           
 java.lang.String getXmlFileName()
           
 java.lang.String getXmlFilesDirectoryPath()
           
 java.lang.String getXsdSchema()
           
 XmlPageXslContent getXslContent(java.lang.String strStyleKey)
           
 java.lang.String getXslFilesDirectoryPath()
           
 void setDisplayLink(java.lang.String strDisplayLink)
           
 void setIsValidationRequired(java.lang.Boolean bIsValidationRequired)
           
 void setListXslContent(java.util.Map listXslContent)
           
 void setName(java.lang.String strName)
           
 void setResourceFilesDirectoryPath(java.lang.String strResourceFilesDirectoryPath)
           
 void setTitle(java.lang.String strTitle)
           
 void setXmlFileName(java.lang.String strXmlFileName)
           
 void setXmlFilesDirectoryPath(java.lang.String strXmlFilesDirectoryPath)
           
 void setXsdSchema(java.lang.String strXsdSchema)
           
 void setXslFilesDirectoryPath(java.lang.String strXslFilesDirectoryPath)
           
 java.lang.String toString()
          toString method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlPageElement

public XmlPageElement()
Method Detail

getIsValidationRequired

public java.lang.Boolean getIsValidationRequired()
Returns:
Returns the _bIsValidationRequired.

setIsValidationRequired

public void setIsValidationRequired(java.lang.Boolean bIsValidationRequired)
Parameters:
bIsValidationRequired - The _bIsValidationRequired to set.

getName

public java.lang.String getName()
Returns:
Returns the _strName.

setName

public void setName(java.lang.String strName)
Parameters:
strName - The _strName to set.

getTitle

public java.lang.String getTitle()
Returns:
Returns the _strTitle.

setTitle

public void setTitle(java.lang.String strTitle)
Parameters:
strTitle - The _strTitle to set.

getXmlFileName

public java.lang.String getXmlFileName()
Returns:
Returns the _strXmlFileName.

setXmlFileName

public void setXmlFileName(java.lang.String strXmlFileName)
Parameters:
strXmlFileName - The _strXmlFileName to set.

getXsdSchema

public java.lang.String getXsdSchema()
Returns:
Returns the _strXsdSchema.

setXsdSchema

public void setXsdSchema(java.lang.String strXsdSchema)
Parameters:
strXsdSchema - The _strXsdSchema to set.

getXmlFilesDirectoryPath

public java.lang.String getXmlFilesDirectoryPath()
Returns:
Returns the _strXmlFilesDirectoryPath.

setXmlFilesDirectoryPath

public void setXmlFilesDirectoryPath(java.lang.String strXmlFilesDirectoryPath)
Parameters:
strXmlFilesDirectoryPath - The _strXmlFilesDirectoryPath to set.

getXslFilesDirectoryPath

public java.lang.String getXslFilesDirectoryPath()
Returns:
Returns the _strXslFilesDirectoryPath.

setXslFilesDirectoryPath

public void setXslFilesDirectoryPath(java.lang.String strXslFilesDirectoryPath)
Parameters:
strXslFilesDirectoryPath - The _strXslFilesDirectoryPath to set.

getResourceFilesDirectoryPath

public java.lang.String getResourceFilesDirectoryPath()
Returns:
Returns the _strResourceFilesDirectoryPath.

setResourceFilesDirectoryPath

public void setResourceFilesDirectoryPath(java.lang.String strResourceFilesDirectoryPath)
Parameters:
strResourceFilesDirectoryPath - The _strResourceFilesDirectoryPath to set.

getDisplayLink

public java.lang.String getDisplayLink()
Returns:
Returns the _strDisplayLink.

setDisplayLink

public void setDisplayLink(java.lang.String strDisplayLink)
Parameters:
strDisplayLink - The _strDisplayLink to set.

getListXslContent

public java.util.Map getListXslContent()
Returns:
Returns the _listXslContent.

setListXslContent

public void setListXslContent(java.util.Map listXslContent)
Parameters:
listXslContent - The _listXslContent to set.

getXslContent

public XmlPageXslContent getXslContent(java.lang.String strStyleKey)
Parameters:
strStyleKey - the output for which to retrieve the xslContent
Returns:
Returns the XslContent for a given style

toString

public java.lang.String toString()
toString method

Overrides:
toString in class java.lang.Object
Returns:
String including all data of this bean


Copyright © 2007 Mairie de Paris. All Rights Reserved.