org.apache.geronimo.console.apache.jk
Class BaseApacheHandler.ApacheModel

java.lang.Object
  extended by org.apache.geronimo.console.apache.jk.BaseApacheHandler.ApacheModel
All Implemented Interfaces:
MultiPageModel
Enclosing class:
BaseApacheHandler

public static final class BaseApacheHandler.ApacheModel
extends Object
implements MultiPageModel


Field Summary
static String WEB_APP_SESSION_KEY
           
 
Constructor Summary
BaseApacheHandler.ApacheModel(javax.portlet.PortletRequest request)
           
 
Method Summary
 Integer getAddAjpPort()
           
 String getLogFilePath()
           
 String getOs()
           
 List getWebApps()
           
 String getWorkersPath()
           
 void save(javax.portlet.ActionResponse response, javax.portlet.PortletSession session)
           
 void setAddAjpPort(Integer addAjpPort)
           
 void setLogFilePath(String logFilePath)
           
 void setOs(String os)
           
 void setWebApps(List webApps)
           
 void setWorkersPath(String workersPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_APP_SESSION_KEY

public static final String WEB_APP_SESSION_KEY
See Also:
Constant Field Values
Constructor Detail

BaseApacheHandler.ApacheModel

public BaseApacheHandler.ApacheModel(javax.portlet.PortletRequest request)
Method Detail

save

public void save(javax.portlet.ActionResponse response,
                 javax.portlet.PortletSession session)
Specified by:
save in interface MultiPageModel

getOs

public String getOs()

setOs

public void setOs(String os)

getAddAjpPort

public Integer getAddAjpPort()

setAddAjpPort

public void setAddAjpPort(Integer addAjpPort)

getLogFilePath

public String getLogFilePath()

setLogFilePath

public void setLogFilePath(String logFilePath)

getWorkersPath

public String getWorkersPath()

setWorkersPath

public void setWorkersPath(String workersPath)

getWebApps

public List getWebApps()

setWebApps

public void setWebApps(List webApps)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.