org.infoglue.deliver.portal.om
Class WebApplicationDefinitionImpl
java.lang.Object
org.infoglue.deliver.portal.om.WebApplicationDefinitionImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Model, org.apache.pluto.om.servlet.WebApplicationDefinition
public class WebApplicationDefinitionImpl
- extends java.lang.Object
- implements org.apache.pluto.om.servlet.WebApplicationDefinition
Dummy implementation of interface
- Author:
- Jöran
TODO Implement this
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebApplicationDefinitionImpl
public WebApplicationDefinitionImpl(org.apache.pluto.om.common.ObjectID oid)
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getDisplayName
public org.apache.pluto.om.common.DisplayName getDisplayName(java.util.Locale locale)
- Specified by:
getDisplayName in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getDescription
public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getInitParameterSet
public org.apache.pluto.om.common.ParameterSet getInitParameterSet()
- Specified by:
getInitParameterSet in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getServletDefinitionList
public org.apache.pluto.om.servlet.ServletDefinitionList getServletDefinitionList()
- Specified by:
getServletDefinitionList in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getServletContext
public javax.servlet.ServletContext getServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
getServletContext in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getContextRoot
public java.lang.String getContextRoot()
- Specified by:
getContextRoot in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getSecurityRoles
public org.apache.pluto.om.common.SecurityRoleSet getSecurityRoles()
- Specified by:
getSecurityRoles in interface org.apache.pluto.om.servlet.WebApplicationDefinition
Copyright © 2005 InfoGlue.org All Rights Reserved.