|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.xpages.XPageApplicationEntry
public class XPageApplicationEntry
XPageApplication Entry
Constructor Summary | |
---|---|
XPageApplicationEntry()
|
Method Summary | |
---|---|
XPageApplication |
getApplication()
Returns the Application |
java.lang.String |
getClassName()
Returns the ClassName |
java.lang.String |
getId()
Returns the Id |
Plugin |
getPlugin()
Gets the plugin instance associated to the application |
java.lang.String |
getPluginName()
Return the name of the plugin |
java.util.List<java.lang.String> |
getRoles()
Returns the Roles |
boolean |
isEnable()
Tells if the application is enable (plugin enabled) |
void |
setApplication(XPageApplication application)
Sets the Application |
void |
setClassName(java.lang.String strClassName)
Sets the ClassName |
void |
setId(java.lang.String strId)
Sets the Id |
void |
setPluginName(java.lang.String strPluginName)
Set the plugin name of the insert service |
void |
setRoles(java.lang.String strRoles)
Sets the Roles |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPageApplicationEntry()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String strId)
strId
- The Idpublic java.lang.String getClassName()
public void setClassName(java.lang.String strClassName)
strClassName
- The ClassNamepublic java.util.List<java.lang.String> getRoles()
public void setRoles(java.lang.String strRoles)
strRoles
- The Rolespublic java.lang.String getPluginName()
public void setPluginName(java.lang.String strPluginName)
strPluginName
- the plugin namepublic XPageApplication getApplication()
public void setApplication(XPageApplication application)
application
- The Applicationpublic boolean isEnable()
public Plugin getPlugin()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |