Uses of Enum Class
com.levigo.jadice.web.client.PageView.TextPurgeStrategy
Packages that use PageView.TextPurgeStrategy
-
Uses of PageView.TextPurgeStrategy in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageView.TextPurgeStrategyModifier and TypeMethodDescriptionstatic PageView.TextPurgeStrategyReturns the enum constant of this class with the specified name.static PageView.TextPurgeStrategy[]PageView.TextPurgeStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client with parameters of type PageView.TextPurgeStrategyModifier and TypeMethodDescriptionvoidPageView.setTextPurgeStrategy(PageView.TextPurgeStrategy textPurgeStrategy) Sets thePageView.TextPurgeStrategyto decide whetherPageTextContentshould be cached and when the are cache when they should be removed from the cache.