Skip to content

Commit

Permalink
moved NavCommandLink to its own package to conform with the new TagDe…
Browse files Browse the repository at this point in the history
…corator
  • Loading branch information
zhedar committed Apr 28, 2016
1 parent bfba0c3 commit 44f5e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with BootsFaces. If not, see <http://www.gnu.org/licenses/>.
*/

package net.bootsfaces.component.navLink;
package net.bootsfaces.component.navCommandLink;

import java.util.Arrays;
import java.util.Collection;
Expand All @@ -30,6 +30,7 @@
import javax.faces.component.behavior.ClientBehaviorHolder;

import net.bootsfaces.component.ajax.IAJAXComponent;
import net.bootsfaces.component.navLink.AbstractNavLink;
import net.bootsfaces.listeners.AddResourcesListener;
import net.bootsfaces.render.Tooltip;
import net.bootsfaces.utils.BsfUtils;
Expand All @@ -38,7 +39,6 @@
@FacesComponent("net.bootsfaces.component.navCommandLink.NavCommandLink")
public class NavCommandLink extends UICommand
implements ClientBehaviorHolder, net.bootsfaces.render.IHasTooltip, IAJAXComponent, AbstractNavLink {

public static final String COMPONENT_TYPE = "net.bootsfaces.component.navCommandLink.NavCommandLink";

public static final String COMPONENT_FAMILY = "net.bootsfaces.component";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import net.bootsfaces.component.ajax.AJAXRenderer;
import net.bootsfaces.component.icon.IconRenderer;
import net.bootsfaces.component.navBarLinks.NavBarLinks;
import net.bootsfaces.component.navCommandLink.NavCommandLink;
import net.bootsfaces.render.CoreRenderer;
import net.bootsfaces.render.H;
import net.bootsfaces.render.R;
Expand Down

0 comments on commit 44f5e7e

Please sign in to comment.