|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.portlet.GenericPortlet org.apache.geronimo.console.BasePortlet
public class BasePortlet
Superclass with some generic functionality for console portlets
Field Summary | |
---|---|
protected static String |
WEB_SERVER_GENERIC
|
protected static String |
WEB_SERVER_JETTY
|
protected static String |
WEB_SERVER_TOMCAT
|
Constructor Summary | |
---|---|
BasePortlet()
|
Method Summary | |
---|---|
static Object |
callOperation(Object target,
String operation,
Object[] args)
|
static Object |
getProperty(Object target,
String name)
|
protected static String |
getWebServerType(Class cls)
|
static void |
setProperty(Object target,
String name,
Object value)
|
Methods inherited from class javax.portlet.GenericPortlet |
---|
destroy, doDispatch, doEdit, doHelp, doView, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, init, processAction, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String WEB_SERVER_JETTY
protected static final String WEB_SERVER_TOMCAT
protected static final String WEB_SERVER_GENERIC
Constructor Detail |
---|
public BasePortlet()
Method Detail |
---|
protected static final String getWebServerType(Class cls)
public static final void setProperty(Object target, String name, Object value)
public static final Object getProperty(Object target, String name)
public static final Object callOperation(Object target, String operation, Object[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |