|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.plugin.showmore.ShowMeMoreConfiguration
Internal class to hold Show Me More plugin configuration properties
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 |
public ShowMeMoreConfiguration()
public ShowMeMoreConfiguration(int cutoff, java.lang.String textCutoff, java.lang.String moreText, java.lang.String textCutoffStart, java.lang.String textCutoffEnd)
cutoff
- Cutoff lengthtextCutoff
- Cutoff stringmoreText
- Text to insert when making a cuttextCutoffStart
- Start tag for cutting parts of entriestextCutoffEnd
- End tag for cutting parts of entriesMethod Detail |
public int getCutoff()
public java.lang.String getTextCutoff()
public java.lang.String getMoreText()
public java.lang.String getTextCutoffStart()
public java.lang.String getTextCutoffEnd()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |