Tabnine Logo
JSFFaceletTag.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFFaceletTag
constructor

Best Java code snippets using org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFFaceletTag.<init> (Showing top 20 results out of 315)

origin: org.apache.myfaces.commons/myfaces-validators20

@JSFFaceletTag
public class ValidatorBaseTagHandler extends ValidatorHandler
{

  public ValidatorBaseTagHandler(ValidatorConfig config)
  {
    super(config);
  }

  @Override
  protected MetaRuleset createMetaRuleset(Class type)
  {
    MetaRuleset ruleSet = super.createMetaRuleset(type);
    
    //Add rule to handle EL expressions
    ruleSet.addRule(_ValidatorRule.INSTANCE);
    
    return ruleSet;
  }
}

origin: org.apache.myfaces.commons/myfaces-validators20

@JSFFaceletTag(
    name = "mcv:validateDateRestriction",
    bodyContent = "empty",
    validatorClass = "org.apache.myfaces.commons.validator.DateRestrictionValidator")
public class ValidateDateRestrictionTagHandler extends ValidatorBaseTagHandler
{
  
  public ValidateDateRestrictionTagHandler(ValidatorConfig config)
  {
    super(config);
  }

  @Override
  protected MetaRuleset createMetaRuleset(Class type)
  {
    MetaRuleset ruleSet = super.createMetaRuleset(type);

    ruleSet.addRule(_DateRestrictionRule.INSTANCE);
    return ruleSet;
  }
}

origin: org.apache.myfaces.core/myfaces-impl

/**
 *
 * @author Leonardo Uribe
 */
@JSFFaceletTag(
    name = "jsf:element",
    componentClass = "org.apache.myfaces.view.facelets.component.JsfElement")
public class JsfElementHandler extends javax.faces.view.facelets.ComponentHandler
{

  public JsfElementHandler(ComponentConfig config)
  {
    super(config);
  }
  
  protected MetaRuleset createMetaRuleset(Class type)
  {
    MetaRuleset rules = super.createMetaRuleset(type);
    
    rules.alias("class", "styleClass");
    rules.addRule(ElementNameRule.INSTANCE);
    
    return rules;
  }
  
}

origin: org.apache.myfaces.core/myfaces-shaded-impl

/**
 * Subtag of &lt;choose&gt; that follows &lt;when&gt; tags
 * and runs only if all of the prior conditions evaluated to
 * 'false'
 * 
 * @author Jacob Hookom
 * @version $Id: ChooseOtherwiseHandler.java,v 1.3 2008/07/13 19:01:44 rlubke Exp $
 */
@JSFFaceletTag(name="c:otherwise")
public final class ChooseOtherwiseHandler extends TagHandler
{

  public ChooseOtherwiseHandler(TagConfig config)
  {
    super(config);
  }

  public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException,
      ELException
  {
    this.nextHandler.apply(ctx, parent);
  }
}

origin: org.apache.myfaces.core.internal/myfaces-shaded-impl

/**
 * Subtag of &lt;choose&gt; that follows &lt;when&gt; tags
 * and runs only if all of the prior conditions evaluated to
 * 'false'
 * 
 * @author Jacob Hookom
 * @version $Id: ChooseOtherwiseHandler.java,v 1.3 2008/07/13 19:01:44 rlubke Exp $
 */
@JSFFaceletTag(name="c:otherwise")
public final class ChooseOtherwiseHandler extends TagHandler
{

  public ChooseOtherwiseHandler(TagConfig config)
  {
    super(config);
  }

  public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException,
      ELException
  {
    this.nextHandler.apply(ctx, parent);
  }
}

origin: org.apache.myfaces.core/myfaces-impl

/**
 * Subtag of &lt;choose&gt; that follows &lt;when&gt; tags
 * and runs only if all of the prior conditions evaluated to
 * 'false'
 * 
 * @author Jacob Hookom
 * @version $Id$
 */
@JSFFaceletTag(name="c:otherwise")
public final class ChooseOtherwiseHandler extends TagHandler
{

  public ChooseOtherwiseHandler(TagConfig config)
  {
    super(config);
  }

  @Override
  public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException,
      ELException
  {
    this.nextHandler.apply(ctx, parent);
  }
}

origin: org.apache.myfaces.core/myfaces-impl

@JSFFaceletTag(name="composite:actionSource")
public class ActionSourceHandler extends AttachedObjectTargetHandler<ActionSource2AttachedObjectTarget>
origin: org.apache.myfaces.core/myfaces-impl

@JSFFaceletTag(
    name = "f:selectItems",
    bodyContent = "empty",
origin: org.apache.myfaces.core/myfaces-shaded-impl

@JSFFaceletTag(name="composite:valueHolder")
public class ValueHolderHandler extends AttachedObjectTargetHandler<ValueHolderAttachedObjectTarget>
origin: org.apache.myfaces.core.internal/myfaces-shaded-impl

@JSFFaceletTag(name="composite:actionSource")
public class ActionSourceHandler extends AttachedObjectTargetHandler<ActionSource2AttachedObjectTarget>
origin: org.apache.myfaces.core/myfaces-shaded-impl

@JSFFaceletTag(name="composite:actionSource")
public class ActionSourceHandler extends AttachedObjectTargetHandler<ActionSource2AttachedObjectTarget>
origin: org.apache.myfaces.core/myfaces-shaded-impl

@JSFFaceletTag(
    name = "f:selectItems",
    bodyContent = "empty",
origin: org.apache.myfaces.core.internal/myfaces-shaded-impl

@JSFFaceletTag(name="composite:editableValueHolder")
public class EditableValueHolderHandler extends AttachedObjectTargetHandler<EditableValueHolderAttachedObjectTarget>
origin: org.apache.myfaces.core.internal/myfaces-shaded-impl

@JSFFaceletTag(
    name = "f:selectItems",
    bodyContent = "empty",
origin: org.apache.myfaces.core.internal/myfaces-shaded-impl

@JSFFaceletTag(name="composite:valueHolder")
public class ValueHolderHandler extends AttachedObjectTargetHandler<ValueHolderAttachedObjectTarget>
origin: org.apache.myfaces.core/myfaces-shaded-impl

@JSFFaceletTag(name="composite:editableValueHolder")
public class EditableValueHolderHandler extends AttachedObjectTargetHandler<EditableValueHolderAttachedObjectTarget>
origin: org.apache.myfaces.core/myfaces-impl

/**
 * 
 */
@JSFFaceletTags(tags={
    @JSFFaceletTag(
        name="ui:component",
        componentClass="org.apache.myfaces.view.facelets.tag.ui._Component"),
    @JSFFaceletTag(
        name="ui:fragment",
        componentClass="org.apache.myfaces.view.facelets.tag.ui._Fragment")
})
public final class ComponentRefHandler extends ComponentHandler
{

  public final static String NAME = "component";

  public ComponentRefHandler(ComponentConfig config)
  {
    super(config);
  }

}

origin: org.apache.myfaces.core/myfaces-shaded-impl

/**
 * 
 */
@JSFFaceletTags(tags={
    @JSFFaceletTag(
        name="ui:component",
        componentClass="org.apache.myfaces.view.facelets.tag.ui._Component"),
    @JSFFaceletTag(
        name="ui:fragment",
        componentClass="org.apache.myfaces.view.facelets.tag.ui._Fragment")
})
public final class ComponentRefHandler extends ComponentHandler
{

  public final static String Name = "component";

  public ComponentRefHandler(ComponentConfig config)
  {
    super(config);
  }

}

origin: org.apache.myfaces.core.internal/myfaces-shaded-impl

/**
 * 
 */
@JSFFaceletTags(tags={
    @JSFFaceletTag(
        name="ui:component",
        componentClass="org.apache.myfaces.view.facelets.tag.ui._Component"),
    @JSFFaceletTag(
        name="ui:fragment",
        componentClass="org.apache.myfaces.view.facelets.tag.ui._Fragment")
})
public final class ComponentRefHandler extends ComponentHandler
{

  public final static String Name = "component";

  public ComponentRefHandler(ComponentConfig config)
  {
    super(config);
  }

}

origin: org.apache.myfaces.core/myfaces-impl

@JSFFaceletTag(
    name = "f:websocket",
    bodyContent = "empty")
org.apache.myfaces.buildtools.maven2.plugin.builder.annotationJSFFaceletTag<init>

Popular methods of JSFFaceletTag

    Popular in Java

    • Parsing JSON documents to java classes using gson
    • onRequestPermissionsResult (Fragment)
    • onCreateOptionsMenu (Activity)
    • requestLocationUpdates (LocationManager)
    • FileWriter (java.io)
      A specialized Writer that writes to a file in the file system. All write requests made by calling me
    • MessageDigest (java.security)
      Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
    • Manifest (java.util.jar)
      The Manifest class is used to obtain attribute information for a JarFile and its entries.
    • BoxLayout (javax.swing)
    • JCheckBox (javax.swing)
    • LogFactory (org.apache.commons.logging)
      Factory for creating Log instances, with discovery and configuration features similar to that employ
    • Best IntelliJ plugins
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now