|
||||||||||
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.plugins.comarquage.web.CoMarquageJspBean
public class CoMarquageJspBean
This class provides the user interface to manage CoMarquage features
Field Summary | |
---|---|
static java.lang.String |
RIGHT_COMARQUAGE_MANAGEMENT
|
Constructor Summary | |
---|---|
CoMarquageJspBean()
Creates a new CoMarquageJspBean object. |
Method Summary | |
---|---|
static java.util.Collection<java.lang.String> |
createFileList(java.lang.String strRootDirectory,
java.lang.String strLocalDirectoryName,
java.lang.String strPluginName)
Process the listing, fills the hashmap of the (id, collection of local themes/cards) |
java.lang.String |
doCreateXmlLocalFile(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new card by recovering the parameters in the http request |
java.lang.String |
doModifyXmlKeywordsFile(javax.servlet.http.HttpServletRequest request)
Processes the modification of the xml keyword file |
java.lang.String |
doModifyXslWelcomePage(javax.servlet.http.HttpServletRequest request)
Processes the modification of the xsl welcome file |
java.lang.String |
doOverrideXmlLocalFile(javax.servlet.http.HttpServletRequest request)
Override an existing xml local file with the one uploaded (after confirmation) |
java.lang.String |
doRemoveXmlLocalFile(javax.servlet.http.HttpServletRequest request)
Processes the removal form of a xml local file |
java.lang.String |
getCreateXmlLocalFile(javax.servlet.http.HttpServletRequest request)
Returns the create form of a new local xml file with the upload field |
java.lang.String |
getManageCoMarquage(javax.servlet.http.HttpServletRequest request)
Returns the manage page of comarquage |
java.lang.String |
getManageXmlKeywordsFiles(javax.servlet.http.HttpServletRequest request)
Returns the manage page of xml keyword files used for indexing |
java.lang.String |
getManageXmlLocalFiles(javax.servlet.http.HttpServletRequest request)
Returns the manage page of xml local files |
java.lang.String |
getManageXslWelcomePages(javax.servlet.http.HttpServletRequest request)
Returns the manage page of xsl welcome files |
java.lang.String |
getModifyXmlKeywordsFile(javax.servlet.http.HttpServletRequest request)
Returns the modification form for xml keywords file : upload field |
java.lang.String |
getModifyXslWelcomePage(javax.servlet.http.HttpServletRequest request)
Returns the modification form for xsl welcome file : upload field |
java.lang.String |
getOverrideXmlLocalFile(javax.servlet.http.HttpServletRequest request)
Get the confirmation form when trying to override an existing file |
java.lang.String |
getRemoveXmlLocalFile(javax.servlet.http.HttpServletRequest request)
Returns the remove confirmation page of a new local xml file |
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, setFeatureIcon, setPageTitleProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RIGHT_COMARQUAGE_MANAGEMENT
Constructor Detail |
---|
public CoMarquageJspBean()
Method Detail |
---|
public java.lang.String getManageCoMarquage(javax.servlet.http.HttpServletRequest request)
request
- the Http request
public java.lang.String getManageXmlLocalFiles(javax.servlet.http.HttpServletRequest request)
request
- the Http request
public java.lang.String getCreateXmlLocalFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doCreateXmlLocalFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
java.io.FileNotFoundException
public java.lang.String getOverrideXmlLocalFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doOverrideXmlLocalFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getRemoveXmlLocalFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doRemoveXmlLocalFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
public static java.util.Collection<java.lang.String> createFileList(java.lang.String strRootDirectory, java.lang.String strLocalDirectoryName, java.lang.String strPluginName)
strRootDirectory
- the name of the root directory where to find the directory to scanstrLocalDirectoryName
- the name of the directory to scanstrPluginName
- the plugin
public java.lang.String getManageXslWelcomePages(javax.servlet.http.HttpServletRequest request)
request
- the Http request
public java.lang.String getModifyXslWelcomePage(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doModifyXslWelcomePage(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getManageXmlKeywordsFiles(javax.servlet.http.HttpServletRequest request)
request
- the Http request
public java.lang.String getModifyXmlKeywordsFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doModifyXmlKeywordsFile(javax.servlet.http.HttpServletRequest request)
request
- the http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |