This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Scope(ScopeConstants.PERTHREAD) | |
public static FullTextSession buildFullTextSession(PropertyShadowBuilder propertyShadowBuilder) { | |
return Search.getFullTextSession(sessionManager.getSession()); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package mypackage.components; | |
import javax.inject.Inject; | |
import org.apache.tapestry5.BindingConstants; | |
import org.apache.tapestry5.ComponentResources; | |
import org.apache.tapestry5.annotations.Parameter; | |
import org.apache.tapestry5.annotations.SetupRender; | |
import org.apache.tapestry5.services.Request; | |
import mypackage.TabModel; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.lazan.t5components.components; | |
import java.util.ArrayList; | |
import java.util.Iterator; | |
import java.util.List; | |
import org.apache.tapestry5.Block; | |
import org.apache.tapestry5.annotations.InjectComponent; | |
import org.apache.tapestry5.annotations.OnEvent; | |
import org.apache.tapestry5.annotations.Parameter; |
NewerOlder