//# 0 errors, 28 messages
//#
/*
    //#XinhaEditor.java:1:1: class: org.apache.roller.weblogger.ui.core.plugins.XinhaEditor
    //#XinhaEditor.java:1:1: method: org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init
 * Licensed to the Apache Software Foundation (ASF) under one or more
 *  contributor license agreements.  The ASF licenses this file to You
 * under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.  For additional information regarding
 * copyright in this work, please see the NOTICE file in the top level
 * directory of this distribution.
 */

package org.apache.roller.weblogger.ui.core.plugins;

import java.util.Locale;
import org.apache.roller.weblogger.util.I18nMessages;


/**
 * A rich text wysiwyg editor using Xinha.
 */
public class XinhaEditor implements WeblogEntryEditor {
    
    
    public XinhaEditor() {}
    //#XinhaEditor.java:31: method: void org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.org.apache.roller.weblogger.ui.core.plugins.XinhaEditor()
    //#XinhaEditor.java:31: end of method: void org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.org.apache.roller.weblogger.ui.core.plugins.XinhaEditor()
    
    
    public String getId() {
        return "editor-rte.jsp";
    //#XinhaEditor.java:35: method: String org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.getId()
    //#output(String getId()): return_value
    //#post(String getId()): return_value == &"editor-rte.jsp"
    //#XinhaEditor.java:35: end of method: String org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.getId()
    }
    
    public String getName() {
        return "editor.xinha.name";
    //#XinhaEditor.java:39: method: String org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.getName()
    //#output(String getName()): return_value
    //#post(String getName()): return_value == &"editor.xinha.name"
    //#XinhaEditor.java:39: end of method: String org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.getName()
    }
    
    public String getJspPage() {
        return "/roller-ui/authoring/editors/editor-xinha.jsp";
    //#XinhaEditor.java:43: method: String org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.getJspPage()
    //#output(String getJspPage()): return_value
    //#post(String getJspPage()): return_value == &".roller-ui.authoring.editors.editor-xinha.jsp"
    //#XinhaEditor.java:43: end of method: String org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.getJspPage()
    }
    
}
    //#output(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/XinhaEditor]
    //#output(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Dispatch_Table.getId()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Dispatch_Table.getJspPage()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Dispatch_Table.getName()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): org/apache/roller/weblogger/ui/core/plugins/WeblogEntryEditor.__Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/XinhaEditor]
    //#post(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/XinhaEditor] == &__Dispatch_Table
    //#post(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): org/apache/roller/weblogger/ui/core/plugins/WeblogEntryEditor.__Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/XinhaEditor] == &__Dispatch_Table
    //#post(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Dispatch_Table.getId()Ljava/lang/String; == &getId
    //#post(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Dispatch_Table.getJspPage()Ljava/lang/String; == &getJspPage
    //#post(org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init): __Dispatch_Table.getName()Ljava/lang/String; == &getName
    //#XinhaEditor.java:: end of method: org.apache.roller.weblogger.ui.core.plugins.XinhaEditor.org.apache.roller.weblogger.ui.core.plugins.XinhaEditor__static_init
    //#XinhaEditor.java:: end of class: org.apache.roller.weblogger.ui.core.plugins.XinhaEditor
