org.blojsom.plugin.showmore
Class ShowMeMoreConfiguration

java.lang.Object
  extended byorg.blojsom.plugin.showmore.ShowMeMoreConfiguration

public class ShowMeMoreConfiguration
extends java.lang.Object

Internal class to hold Show Me More plugin configuration properties

Since:
blojsom 3.2
Version:
$Id: ShowMeMoreConfiguration.java,v 1.1 2007/03/23 15:31:32 czarneckid Exp $
Author:
David Czarnecki

Constructor Summary
ShowMeMoreConfiguration()
          Default constructor
ShowMeMoreConfiguration(int cutoff, java.lang.String textCutoff, java.lang.String moreText, java.lang.String textCutoffStart, java.lang.String textCutoffEnd)
          Default constructor
 
Method Summary
 int getCutoff()
          Cutoff length
 java.lang.String getMoreText()
          Text to insert when making a cut
 java.lang.String getTextCutoff()
          Cutoff string
 java.lang.String getTextCutoffEnd()
          End tag for cutting parts of entries
 java.lang.String getTextCutoffStart()
          Start tag for cutting parts of entries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowMeMoreConfiguration

public ShowMeMoreConfiguration()
Default constructor


ShowMeMoreConfiguration

public ShowMeMoreConfiguration(int cutoff,
                               java.lang.String textCutoff,
                               java.lang.String moreText,
                               java.lang.String textCutoffStart,
                               java.lang.String textCutoffEnd)
Default constructor

Parameters:
cutoff - Cutoff length
textCutoff - Cutoff string
moreText - Text to insert when making a cut
textCutoffStart - Start tag for cutting parts of entries
textCutoffEnd - End tag for cutting parts of entries
Method Detail

getCutoff

public int getCutoff()
Cutoff length

Returns:
Cutoff length

getTextCutoff

public java.lang.String getTextCutoff()
Cutoff string

Returns:
Cutoff string

getMoreText

public java.lang.String getMoreText()
Text to insert when making a cut

Returns:
Text to insert when making a cut

getTextCutoffStart

public java.lang.String getTextCutoffStart()
Start tag for cutting parts of entries

Returns:
Start tag for cutting parts of entries

getTextCutoffEnd

public java.lang.String getTextCutoffEnd()
End tag for cutting parts of entries

Returns:
End tag for cutting parts of entries