|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
fr.paris.lutece.portal.web.xsl.XslExportJspBean
public class XslExportJspBean
class XslExportJspBean
Field Summary | |
---|---|
static String |
RIGHT_MANAGE_XSL_EXPORT
Right to manage XSL Export |
Constructor Summary | |
---|---|
XslExportJspBean()
|
Method Summary | |
---|---|
String |
doCreateXslExport(javax.servlet.http.HttpServletRequest request)
Perform the xsl export creation |
void |
doDownloadXslExport(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initiate a download of a XSL file |
String |
doModifyXslExport(javax.servlet.http.HttpServletRequest request)
Perform the xsl export modification |
String |
doRemoveXslExport(javax.servlet.http.HttpServletRequest request)
Perform the export format supression |
String |
getConfirmRemoveXslExport(javax.servlet.http.HttpServletRequest request)
Gets the confirmation page of delete xsl export |
String |
getCreateXslExport(javax.servlet.http.HttpServletRequest request)
Gets the xsl export creation page |
String |
getManageXslExport(javax.servlet.http.HttpServletRequest request)
Return the xsl export management page ( list of export format ) |
String |
getModifyXslExport(javax.servlet.http.HttpServletRequest request)
Gets the export format modification page |
Methods inherited from class fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean |
---|
getPlugin, init |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, populate, setFeatureIcon, setPageTitleProperty, validate, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RIGHT_MANAGE_XSL_EXPORT
Constructor Detail |
---|
public XslExportJspBean()
Method Detail |
---|
public String getManageXslExport(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public String getCreateXslExport(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The HTTP request
AccessDeniedException
- the AccessDeniedException
public String doCreateXslExport(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The HTTP request
AccessDeniedException
- the AccessDeniedException
public String getModifyXslExport(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The HTTP request
AccessDeniedException
- the AccessDeniedException
public String doModifyXslExport(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The HTTP request
AccessDeniedException
- the AccessDeniedException
public String getConfirmRemoveXslExport(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The HTTP request
AccessDeniedException
- the AccessDeniedException
public String doRemoveXslExport(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The HTTP request
AccessDeniedException
- the AccessDeniedException
public void doDownloadXslExport(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
request
- The requestresponse
- The response
IOException
- Throw an exception if the outputstream has error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |