| | |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! |
| | | ! Portions Copyright 2007 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! --> |
| | | <xsl:stylesheet version="1.0" xmlns:adm="http://www.opends.org/admin" |
| | | xmlns:admpp="http://www.opends.org/admin-preprocessor" |
| | |
| | | <xsl:call-template name="generate-server-relation-methods" /> |
| | | </xsl:for-each> |
| | | <!-- |
| | | Configuration definition getter. |
| | | Configuration class getter. |
| | | --> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | select="concat(' /**
', |
| | | ' * {@inheritDoc}
', |
| | | ' */
', |
| | | ' public ManagedObjectDefinition<? extends ', $this-java-class,'CfgClient, ? extends ', $this-java-class,'Cfg> definition() {
', |
| | | ' return INSTANCE;
', |
| | | ' }
')" /> |
| | | <!-- |
| | | Server managed object getter. |
| | | --> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:value-of |
| | | select="concat(' /**
', |
| | | ' * {@inheritDoc}
', |
| | | ' */
', |
| | | ' public ServerManagedObject<? extends ', $this-java-class,'Cfg> managedObject() {
', |
| | | ' return impl;
', |
| | | ' public Class<? extends ', $this-java-class,'Cfg> configurationClass() {
', |
| | | ' return ', $this-java-class, 'Cfg.class;
', |
| | | ' }
')" /> |
| | | <!-- |
| | | Configuration entry DN getter. |