//# 0 errors, 28 messages
//#
/*
    //#TextEditor.java:1:1: class: org.apache.roller.weblogger.ui.core.plugins.TextEditor
    //#TextEditor.java:1:1: method: org.apache.roller.weblogger.ui.core.plugins.TextEditor.org.apache.roller.weblogger.ui.core.plugins.TextEditor__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;


/**
 * The default text editor.  Basically just plain html textareas.
 */
public class TextEditor implements WeblogEntryEditor {
    
    
    public TextEditor() {}
    //#TextEditor.java:31: method: void org.apache.roller.weblogger.ui.core.plugins.TextEditor.org.apache.roller.weblogger.ui.core.plugins.TextEditor()
    //#TextEditor.java:31: end of method: void org.apache.roller.weblogger.ui.core.plugins.TextEditor.org.apache.roller.weblogger.ui.core.plugins.TextEditor()
    
    
    public String getId() {
        return "editor-text.jsp";
    //#TextEditor.java:35: method: String org.apache.roller.weblogger.ui.core.plugins.TextEditor.getId()
    //#output(String getId()): return_value
    //#post(String getId()): return_value == &"editor-text.jsp"
    //#TextEditor.java:35: end of method: String org.apache.roller.weblogger.ui.core.plugins.TextEditor.getId()
    }
    
    public String getName() {
        return "editor.text.name";
    //#TextEditor.java:39: method: String org.apache.roller.weblogger.ui.core.plugins.TextEditor.getName()
    //#output(String getName()): return_value
    //#post(String getName()): return_value == &"editor.text.name"
    //#TextEditor.java:39: end of method: String org.apache.roller.weblogger.ui.core.plugins.TextEditor.getName()
    }
    
    public String getJspPage() {
        return "/roller-ui/authoring/editors/editor-text.jsp";
    //#TextEditor.java:43: method: String org.apache.roller.weblogger.ui.core.plugins.TextEditor.getJspPage()
    //#output(String getJspPage()): return_value
    //#post(String getJspPage()): return_value == &".roller-ui.authoring.editors.editor-text.jsp"
    //#TextEditor.java:43: end of method: String org.apache.roller.weblogger.ui.core.plugins.TextEditor.getJspPage()
    }
    
}
    //#output(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/TextEditor]
    //#output(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Dispatch_Table.getId()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Dispatch_Table.getJspPage()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Dispatch_Table.getName()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): org/apache/roller/weblogger/ui/core/plugins/WeblogEntryEditor.__Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/TextEditor]
    //#post(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/TextEditor] == &__Dispatch_Table
    //#post(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): org/apache/roller/weblogger/ui/core/plugins/WeblogEntryEditor.__Descendant_Table[org/apache/roller/weblogger/ui/core/plugins/TextEditor] == &__Dispatch_Table
    //#post(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Dispatch_Table.getId()Ljava/lang/String; == &getId
    //#post(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Dispatch_Table.getJspPage()Ljava/lang/String; == &getJspPage
    //#post(org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init): __Dispatch_Table.getName()Ljava/lang/String; == &getName
    //#TextEditor.java:: end of method: org.apache.roller.weblogger.ui.core.plugins.TextEditor.org.apache.roller.weblogger.ui.core.plugins.TextEditor__static_init
    //#TextEditor.java:: end of class: org.apache.roller.weblogger.ui.core.plugins.TextEditor
