- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 33 of file AttachCtrl.java.
◆ AttachCtrl()
org.turro.attach.www.AttachCtrl.AttachCtrl |
( |
IConstructor |
constructor | ) |
|
◆ addRestrictedFolder()
void org.turro.attach.www.AttachCtrl.addRestrictedFolder |
( |
String |
restrictedFolder | ) |
|
Definition at line 63 of file AttachCtrl.java.
64 if(!Strings.isBlank(restrictedFolder)) restrictedFolders.add(restrictedFolder);
◆ addRestrictedFolders()
void org.turro.attach.www.AttachCtrl.addRestrictedFolders |
( |
HashSet< String > |
restrictedFolders | ) |
|
Definition at line 67 of file AttachCtrl.java.
68 if(restrictedFolders !=
null) {
69 this.restrictedFolders.addAll(restrictedFolders);
◆ getAttachTree()
AttachTree org.turro.attach.www.AttachCtrl.getAttachTree |
( |
| ) |
|
Definition at line 115 of file AttachCtrl.java.
116 if(attachTree ==
null) {
117 attachTree =
new AttachTree(constructor);
122 attachTree.
fillTree(entityPath + (!Strings.isBlank(entityRoot) ? entityRoot :
""));
void setLastOnly(boolean lastOnly)
void setPublicOnly(boolean publicOnly)
void addRestrictedFolders(HashSet< String > restrictedFolders)
void setTreeTemplate(String treeTemplate)
void fillTree(String path)
◆ getNewAttachment()
String org.turro.attach.www.AttachCtrl.getNewAttachment |
( |
| ) |
|
Definition at line 107 of file AttachCtrl.java.
108 return AttachAction.newAttachment(entityPath, HttpUtil.getCurrentUrl(constructor.
getRequest()),
null);
HttpServletRequest getRequest()
◆ getRestrictedFolders()
HashSet<String> org.turro.attach.www.AttachCtrl.getRestrictedFolders |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.attach.www.AttachCtrl.isEmpty |
( |
| ) |
|
◆ isLastOnly()
boolean org.turro.attach.www.AttachCtrl.isLastOnly |
( |
| ) |
|
◆ isPublicOnly()
boolean org.turro.attach.www.AttachCtrl.isPublicOnly |
( |
| ) |
|
◆ isReadOnly()
boolean org.turro.attach.www.AttachCtrl.isReadOnly |
( |
| ) |
|
◆ parseAttachments()
String org.turro.attach.www.AttachCtrl.parseAttachments |
( |
| ) |
|
◆ renderAttachments()
void org.turro.attach.www.AttachCtrl.renderAttachments |
( |
| ) |
|
◆ setEntityPath()
void org.turro.attach.www.AttachCtrl.setEntityPath |
( |
String |
entityPath | ) |
|
◆ setEntityRoot()
void org.turro.attach.www.AttachCtrl.setEntityRoot |
( |
String |
entityRoot | ) |
|
◆ setLastOnly()
void org.turro.attach.www.AttachCtrl.setLastOnly |
( |
boolean |
lastOnly | ) |
|
◆ setPublicOnly()
void org.turro.attach.www.AttachCtrl.setPublicOnly |
( |
boolean |
publicOnly | ) |
|
◆ setReadOnly()
void org.turro.attach.www.AttachCtrl.setReadOnly |
( |
boolean |
readOnly | ) |
|
◆ setTreeTemplate()
void org.turro.attach.www.AttachCtrl.setTreeTemplate |
( |
String |
treeTemplate | ) |
|
The documentation for this class was generated from the following file: