|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.jalios.jcms.taglib.FileWebdavTag
public class FileWebdavTag
This tag prints icons for webfolders: - Download a File - Edit with WebDav a File - Open a WebFolder
| Nested Class Summary | |
|---|---|
static class |
FileWebdavTag.Webdav
|
| Field Summary | |
|---|---|
protected Category |
cat
|
protected FileDocument |
doc
|
protected boolean |
openByBrowser
|
protected boolean |
openByWebdav
|
static String |
REVISION
|
protected boolean |
showParentFolder
|
protected boolean |
showRoot
|
protected String |
title
|
protected Workspace |
ws
|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
FileWebdavTag()
|
|
| Method Summary | |
|---|---|
void |
clean()
Clean tags parameters |
int |
doEndTag()
|
int |
doStartTag()
|
void |
setDoc(FileDocument doc)
This method set the FileDocument to open with webdav |
void |
setFolder(Category cat)
This method set the category to use to open webfolder |
void |
setOpenByBrowser(boolean openByBrowser)
Display download icon |
void |
setOpenByWebdav(boolean openByWebdav)
Display webdav edit icon |
void |
setShowParentFolder(boolean showParentFolder)
Display the parent folder of the specified FileDocument. |
void |
setShowRoot(boolean showRoot)
Display root, do not open workspace |
void |
setTitle(String title)
This method set a custom title for the given icon |
void |
setWorkspace(Workspace ws)
This method set the workspace to use to open webfolder |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String REVISION
protected FileDocument doc
protected Category cat
protected Workspace ws
protected boolean openByWebdav
protected boolean openByBrowser
protected String title
protected boolean showRoot
protected boolean showParentFolder
| Constructor Detail |
|---|
public FileWebdavTag()
| Method Detail |
|---|
public void setWorkspace(Workspace ws)
ws - the opening folderpublic void setFolder(Category cat)
cat - the opening folderpublic void setDoc(FileDocument doc)
doc - the FileDocument to work withpublic void setTitle(String title)
title - a title for the given iconpublic void setOpenByBrowser(boolean openByBrowser)
openByBrowser - public void setOpenByWebdav(boolean openByWebdav)
openByWebdav - public void setShowRoot(boolean showRoot)
showRoot - public void setShowParentFolder(boolean showParentFolder)
showParentFolder - public void clean()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||