|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.apache.struts2.osgi.admin.actions.BundlesAction
public class BundlesAction
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
BundlesAction()
|
Method Summary | |
---|---|
String |
displayProperty(Object obj)
|
org.osgi.framework.Bundle |
getBundle()
|
Collection<org.osgi.framework.Bundle> |
getBundles()
|
String |
getBundleState(org.osgi.framework.Bundle bundle)
|
ArrayList<String> |
getHeaderKeys()
|
String |
getId()
|
List<com.opensymphony.xwork2.config.entities.PackageConfig> |
getPackages()
|
String |
index()
|
boolean |
isAllowedAction(org.osgi.framework.Bundle bundle,
String val)
|
boolean |
isStrutsEnabled(org.osgi.framework.Bundle bundle)
|
void |
setBundleAccessor(BundleAccessor bundleAccessor)
|
void |
setConfiguration(com.opensymphony.xwork2.config.Configuration configuration)
|
void |
setId(String id)
|
void |
setServletContext(javax.servlet.ServletContext servletContext)
|
String |
start()
|
String |
stop()
|
String |
update()
|
String |
view()
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundlesAction()
Method Detail |
---|
public String index()
public String view()
public String start() throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
public String stop() throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
public String update() throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
public boolean isStrutsEnabled(org.osgi.framework.Bundle bundle)
public String getId()
public void setId(String id)
public org.osgi.framework.Bundle getBundle()
public List<com.opensymphony.xwork2.config.entities.PackageConfig> getPackages()
public ArrayList<String> getHeaderKeys()
public Collection<org.osgi.framework.Bundle> getBundles()
public String displayProperty(Object obj)
public String getBundleState(org.osgi.framework.Bundle bundle)
public boolean isAllowedAction(org.osgi.framework.Bundle bundle, String val)
public void setConfiguration(com.opensymphony.xwork2.config.Configuration configuration)
public void setBundleAccessor(BundleAccessor bundleAccessor)
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface ServletContextAware
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |