|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.insert.InsertServiceJspBean
public abstract class InsertServiceJspBean
Base class for InsertServiceJspBean
Constructor Summary | |
---|---|
InsertServiceJspBean()
|
Method Summary | |
---|---|
protected java.lang.String |
buildLink(java.lang.String strText,
java.lang.String strUrl,
java.lang.String strTitle,
java.lang.String strTarget)
Build an HTML link |
ReferenceList |
getSubCategories()
List of supported sub categories that may be used to filter resources. |
protected java.lang.String |
insertUrl(javax.servlet.http.HttpServletRequest request,
java.lang.String strInput,
java.lang.String strInsert)
Build the Url to insert HTML code into the current rich text editor |
protected java.lang.String |
insertUrlWithoutEscape(javax.servlet.http.HttpServletRequest request,
java.lang.String strInput,
java.lang.String strInsert)
Build the Url to insert HTML code into the current rich text editor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsertServiceJspBean()
Method Detail |
---|
protected java.lang.String insertUrl(javax.servlet.http.HttpServletRequest request, java.lang.String strInput, java.lang.String strInsert)
request
- The HTTP requeststrInput
- The rich text input fieldstrInsert
- The code to insert
protected java.lang.String insertUrlWithoutEscape(javax.servlet.http.HttpServletRequest request, java.lang.String strInput, java.lang.String strInsert)
request
- The HTTP requeststrInput
- The rich text input fieldstrInsert
- The code to insert
protected java.lang.String buildLink(java.lang.String strText, java.lang.String strUrl, java.lang.String strTitle, java.lang.String strTarget)
strText
- The text of the linkstrUrl
- The Url of the linkstrTitle
- The title of the linkstrTarget
- The target window
public ReferenceList getSubCategories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |