Coverage Report - org.apache.myfaces.taglib.html.HtmlMessagesTag
 
Classes in this File Line Coverage Branch Coverage Complexity
HtmlMessagesTag
0%
0/111
0%
0/42
1.88
 
 1  
 // WARNING: This file was automatically generated. Do not edit it directly,
 2  
 //          or you will lose your changes.
 3  
 /*
 4  
  *  Licensed to the Apache Software Foundation (ASF) under one
 5  
  *  or more contributor license agreements.  See the NOTICE file
 6  
  *  distributed with this work for additional information
 7  
  *  regarding copyright ownership.  The ASF licenses this file
 8  
  *  to you under the Apache License, Version 2.0 (the
 9  
  *  "License"); you may not use this file except in compliance
 10  
  *  with the License.  You may obtain a copy of the License at
 11  
  * 
 12  
  *  http://www.apache.org/licenses/LICENSE-2.0
 13  
  * 
 14  
  *  Unless required by applicable law or agreed to in writing,
 15  
  *  software distributed under the License is distributed on an
 16  
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 17  
  *  KIND, either express or implied.  See the License for the
 18  
  *  specific language governing permissions and limitations
 19  
  *  under the License.
 20  
  */
 21  
 package org.apache.myfaces.taglib.html;
 22  
 
 23  
 import javax.faces.component.UIComponent;
 24  
 import javax.el.ValueExpression;
 25  
 import javax.el.MethodExpression;
 26  
 import javax.faces.component.UIComponent;
 27  
 
 28  
 
 29  
 // Generated from class javax.faces.component.html._HtmlMessages.
 30  
 //
 31  
 // WARNING: This file was automatically generated. Do not edit it directly,
 32  
 //          or you will lose your changes.
 33  
 public class HtmlMessagesTag
 34  
     extends javax.faces.webapp.UIComponentELTag
 35  
 {
 36  
     public HtmlMessagesTag()
 37  0
     {    
 38  0
     }
 39  
     
 40  
     @Override
 41  
     public String getComponentType()
 42  
     {
 43  0
         return "javax.faces.HtmlMessages";
 44  
     }
 45  
 
 46  
     public String getRendererType()
 47  
     {
 48  0
         return "javax.faces.Messages";
 49  
     }
 50  
 
 51  
     private ValueExpression _layout;
 52  
     
 53  
     public void setLayout(ValueExpression layout)
 54  
     {
 55  0
         _layout = layout;
 56  0
     }
 57  
     private ValueExpression _style;
 58  
     
 59  
     public void setStyle(ValueExpression style)
 60  
     {
 61  0
         _style = style;
 62  0
     }
 63  
     private ValueExpression _styleClass;
 64  
     
 65  
     public void setStyleClass(ValueExpression styleClass)
 66  
     {
 67  0
         _styleClass = styleClass;
 68  0
     }
 69  
     private ValueExpression _errorClass;
 70  
     
 71  
     public void setErrorClass(ValueExpression errorClass)
 72  
     {
 73  0
         _errorClass = errorClass;
 74  0
     }
 75  
     private ValueExpression _errorStyle;
 76  
     
 77  
     public void setErrorStyle(ValueExpression errorStyle)
 78  
     {
 79  0
         _errorStyle = errorStyle;
 80  0
     }
 81  
     private ValueExpression _fatalClass;
 82  
     
 83  
     public void setFatalClass(ValueExpression fatalClass)
 84  
     {
 85  0
         _fatalClass = fatalClass;
 86  0
     }
 87  
     private ValueExpression _fatalStyle;
 88  
     
 89  
     public void setFatalStyle(ValueExpression fatalStyle)
 90  
     {
 91  0
         _fatalStyle = fatalStyle;
 92  0
     }
 93  
     private ValueExpression _infoClass;
 94  
     
 95  
     public void setInfoClass(ValueExpression infoClass)
 96  
     {
 97  0
         _infoClass = infoClass;
 98  0
     }
 99  
     private ValueExpression _infoStyle;
 100  
     
 101  
     public void setInfoStyle(ValueExpression infoStyle)
 102  
     {
 103  0
         _infoStyle = infoStyle;
 104  0
     }
 105  
     private ValueExpression _tooltip;
 106  
     
 107  
     public void setTooltip(ValueExpression tooltip)
 108  
     {
 109  0
         _tooltip = tooltip;
 110  0
     }
 111  
     private ValueExpression _warnClass;
 112  
     
 113  
     public void setWarnClass(ValueExpression warnClass)
 114  
     {
 115  0
         _warnClass = warnClass;
 116  0
     }
 117  
     private ValueExpression _warnStyle;
 118  
     
 119  
     public void setWarnStyle(ValueExpression warnStyle)
 120  
     {
 121  0
         _warnStyle = warnStyle;
 122  0
     }
 123  
     private ValueExpression _role;
 124  
     
 125  
     public void setRole(ValueExpression role)
 126  
     {
 127  0
         _role = role;
 128  0
     }
 129  
     private ValueExpression _dir;
 130  
     
 131  
     public void setDir(ValueExpression dir)
 132  
     {
 133  0
         _dir = dir;
 134  0
     }
 135  
     private ValueExpression _lang;
 136  
     
 137  
     public void setLang(ValueExpression lang)
 138  
     {
 139  0
         _lang = lang;
 140  0
     }
 141  
     private ValueExpression _title;
 142  
     
 143  
     public void setTitle(ValueExpression title)
 144  
     {
 145  0
         _title = title;
 146  0
     }
 147  
     private ValueExpression _globalOnly;
 148  
     
 149  
     public void setGlobalOnly(ValueExpression globalOnly)
 150  
     {
 151  0
         _globalOnly = globalOnly;
 152  0
     }
 153  
     private ValueExpression _showDetail;
 154  
     
 155  
     public void setShowDetail(ValueExpression showDetail)
 156  
     {
 157  0
         _showDetail = showDetail;
 158  0
     }
 159  
     private ValueExpression _showSummary;
 160  
     
 161  
     public void setShowSummary(ValueExpression showSummary)
 162  
     {
 163  0
         _showSummary = showSummary;
 164  0
     }
 165  
     private ValueExpression _for;
 166  
     
 167  
     public void setFor(ValueExpression forParam)
 168  
     {
 169  0
         _for = forParam;
 170  0
     }
 171  
 
 172  
     @Override
 173  
     protected void setProperties(UIComponent component)
 174  
     {
 175  0
         if (!(component instanceof javax.faces.component.html.HtmlMessages ))
 176  
         {
 177  0
             throw new IllegalArgumentException("Component "+
 178  
                 component.getClass().getName() +" is no javax.faces.component.html.HtmlMessages");
 179  
         }
 180  
         
 181  0
         javax.faces.component.html.HtmlMessages comp = (javax.faces.component.html.HtmlMessages) component;
 182  
         
 183  0
         super.setProperties(component);
 184  
         
 185  
 
 186  0
         if (_layout != null)
 187  
         {
 188  0
             comp.setValueExpression("layout", _layout);
 189  
         } 
 190  0
         if (_style != null)
 191  
         {
 192  0
             comp.setValueExpression("style", _style);
 193  
         } 
 194  0
         if (_styleClass != null)
 195  
         {
 196  0
             comp.setValueExpression("styleClass", _styleClass);
 197  
         } 
 198  0
         if (_errorClass != null)
 199  
         {
 200  0
             comp.setValueExpression("errorClass", _errorClass);
 201  
         } 
 202  0
         if (_errorStyle != null)
 203  
         {
 204  0
             comp.setValueExpression("errorStyle", _errorStyle);
 205  
         } 
 206  0
         if (_fatalClass != null)
 207  
         {
 208  0
             comp.setValueExpression("fatalClass", _fatalClass);
 209  
         } 
 210  0
         if (_fatalStyle != null)
 211  
         {
 212  0
             comp.setValueExpression("fatalStyle", _fatalStyle);
 213  
         } 
 214  0
         if (_infoClass != null)
 215  
         {
 216  0
             comp.setValueExpression("infoClass", _infoClass);
 217  
         } 
 218  0
         if (_infoStyle != null)
 219  
         {
 220  0
             comp.setValueExpression("infoStyle", _infoStyle);
 221  
         } 
 222  0
         if (_tooltip != null)
 223  
         {
 224  0
             comp.setValueExpression("tooltip", _tooltip);
 225  
         } 
 226  0
         if (_warnClass != null)
 227  
         {
 228  0
             comp.setValueExpression("warnClass", _warnClass);
 229  
         } 
 230  0
         if (_warnStyle != null)
 231  
         {
 232  0
             comp.setValueExpression("warnStyle", _warnStyle);
 233  
         } 
 234  0
         if (_role != null)
 235  
         {
 236  0
             comp.setValueExpression("role", _role);
 237  
         } 
 238  0
         if (_dir != null)
 239  
         {
 240  0
             comp.setValueExpression("dir", _dir);
 241  
         } 
 242  0
         if (_lang != null)
 243  
         {
 244  0
             comp.setValueExpression("lang", _lang);
 245  
         } 
 246  0
         if (_title != null)
 247  
         {
 248  0
             comp.setValueExpression("title", _title);
 249  
         } 
 250  0
         if (_globalOnly != null)
 251  
         {
 252  0
             comp.setValueExpression("globalOnly", _globalOnly);
 253  
         } 
 254  0
         if (_showDetail != null)
 255  
         {
 256  0
             comp.setValueExpression("showDetail", _showDetail);
 257  
         } 
 258  0
         if (_showSummary != null)
 259  
         {
 260  0
             comp.setValueExpression("showSummary", _showSummary);
 261  
         } 
 262  0
         if (_for != null)
 263  
         {
 264  0
             comp.setValueExpression("for", _for);
 265  
         } 
 266  0
     }
 267  
 
 268  
     @Override
 269  
     public void release()
 270  
     {
 271  0
         super.release();
 272  0
         _layout = null;
 273  0
         _style = null;
 274  0
         _styleClass = null;
 275  0
         _errorClass = null;
 276  0
         _errorStyle = null;
 277  0
         _fatalClass = null;
 278  0
         _fatalStyle = null;
 279  0
         _infoClass = null;
 280  0
         _infoStyle = null;
 281  0
         _tooltip = null;
 282  0
         _warnClass = null;
 283  0
         _warnStyle = null;
 284  0
         _role = null;
 285  0
         _dir = null;
 286  0
         _lang = null;
 287  0
         _title = null;
 288  0
         _globalOnly = null;
 289  0
         _showDetail = null;
 290  0
         _showSummary = null;
 291  0
         _for = null;
 292  0
     }
 293  
 }