| java.lang.Object ru.emdev.EmForge.wiki.beanwrapper.AttachmentProviderWrapper
AttachmentProviderWrapper | public class AttachmentProviderWrapper implements WikiAttachmentProvider(Code) | | Wrapper for WikiAttachmentProvider allowed to use Spring-Beans in JspWiki
|
BEAN_NAME_PROPERTY | final protected static String BEAN_NAME_PROPERTY(Code) | | |
m_bean | protected WikiAttachmentProvider m_bean(Code) | | |
deleteAttachment | public void deleteAttachment(Attachment arg0) throws ProviderException(Code) | | |
deleteVersion | public void deleteVersion(Attachment arg0) throws ProviderException(Code) | | |
getAttachmentInfo | public Attachment getAttachmentInfo(WikiPage arg0, String arg1, int arg2) throws ProviderException(Code) | | |
getVersionHistory | public List getVersionHistory(Attachment arg0)(Code) | | |
listAllChanged | public List listAllChanged(Date arg0) throws ProviderException(Code) | | |
listAttachments | public Collection listAttachments(WikiPage arg0) throws ProviderException(Code) | | |
moveAttachmentsForPage | public void moveAttachmentsForPage(String arg0, String arg1) throws ProviderException(Code) | | |
|
|