public class AccessSettingTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
AccessSettingTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
boolean |
getAddpolicy()
Get the add_policy button flag
|
DSpaceObject |
getDso()
Get the dso
|
boolean |
getEmbargo()
Get the display open/embargo setting radio flag
|
boolean |
getHidden()
Get the hidden flag
|
ResourcePolicy |
getRp()
Get the rp
|
SubmissionInfo |
getSubInfo()
Get the browseInfo
|
void |
release() |
void |
setAddpolicy(boolean addpolicy)
Set the add_policy button flag
|
void |
setDso(DSpaceObject dso)
Set the the dso
|
void |
setEmbargo(boolean embargo)
Set the display open/embargo setting radio flag
|
void |
setHidden(boolean hidden)
Set the hidden flag
|
void |
setRp(ResourcePolicy rp)
Set the the rp
|
void |
setSubInfo(SubmissionInfo subInfo)
Set the browseInfo
|
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 SubmissionInfo getSubInfo()
public void setSubInfo(SubmissionInfo subInfo)
browseInfo - the browseInfopublic DSpaceObject getDso()
public void setDso(DSpaceObject dso)
the - dso
the dsopublic ResourcePolicy getRp()
public void setRp(ResourcePolicy rp)
the - rp
the rppublic boolean getEmbargo()
public void setEmbargo(boolean embargo)
embargo - booleanpublic boolean getHidden()
public void setHidden(boolean hidden)
hidden - booleanpublic void setAddpolicy(boolean addpolicy)
addpolicy - booleanpublic boolean getAddpolicy()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2016 DuraSpace. All Rights Reserved.