索引
- PersistentCategoryKeyValueContent
- ITreeContent
- ItemContent
- InstantaneousTreeContent
- ICodedTreeContent
- IKeyValueContent
- InstantaneousCodedTreeContent
- InstantaneousKeyValueContent
- IGlobalizationContent
- EntityUtil
- EntityStore
- ICategoryTreeContent
- ICategoryKeyValueContent
- ICodedCategoryTreeContent
- EntityJoin
- EntityCapsule
- CacheKeyValueContent
- CacheTreeContent
- ClassContent
- ProxySupport
- CacheCodedTreeContent
- Business
- ValidationSupport
- Validation
- IFinallyAspect
- Intercept
- InvokeContext
- IProxyLoader
- ProxyFactory
- IAspect
- IAroundAspect
- FinallyAspectSupport
- AroundAspectSupport
- AOPUnknownBreak
- AOPBreak
- AOPTransactionBreak
- GridView
- JSONOut
- Galleria
- package-frame
- package-summary
- package-tree
- package-use
- LoginSessionListener
- ApplicationContextListener
- TransactionFilter
- FileUploader.FileUploaderStatus
- FileUploader
- CharacterEncodingFilter
- ImageRedirectFilter
- FileUploader.FileUploaderListener
- PrintWriterDecorator
- IFormatter
- TokenPool
- HttpServletResponseDecorator
- HttpServletRequestDecorator
- ICryptography
- DynamicSecret
- CryptographySupport
- OrmTransactionContext
- OrmPersistenceFactory
- OrmPersistenceCollection
- CryptographyFactory
- OrmContexts
- OrmDatabaseTransaction
- OrmDefinitionContext
- OrmManipulationQueryContext
- OrmPersistence
- IOrmPersistence
- IOrmManipulationQuery
- IOrmTransaction
- Order
- OrmConstant
- IOrmDefinition
- DatabaseHelperSupport
- Entity
- FieldProperty
- Fields
- XMLFormatter
- SetList
- AggregateField
- Condition
- DatabaseHelper
- JSONFormatter
- ISetList
- MapList
- Names
- NameValue
- ServiceRouter
- StreamView
- TextView
- XMLView
- IMapList
- ServiceController
- RouterSupport
- Router
- RedirectView
- MVCRenderException
- MVCNotFoundException
- MVCInternalException
- JSPRouter
- JSPView
- Model
- MVCException
- MVCInstantiationException
- IModel
- IRouter
- IView
- JSONView
- JSPController
- ImageView
- IController
- HTMLView
- ForwardView
- Controller
- MailSender
- RandomGenerator
- ReflectionUtil
- ReservedWord
- QRCode
- LoggerSupport
- ChinesePinYin
- HttpExecuter
- IdCardValidator
- ImageValidateCode
- User32.RECT
- User32.SIZE
- KCLInformation
- IAppender
- Logger
- User32.POINT
- User32
- Identify
- FacadeDirectory
- FacadeIO
- TextReader
- TextWriter
- LocalizationLanguage
- Convert
- Comments
- WinFormInstallationBuilder
- WebFormInstallationBuilder
- PersistentTreeContent
- ServiceBusiness
- TreeContent
- CallingOnly
- CodeBuilder
- PersistentCategoryTreeContent
- PersistentCodedCategoryTreeContent
- PersistentCodedTreeContent
- PersistentGlobalizationContent
- PersistentKeyValueContent
- XMLDocumentEx
- WxOAuthAdapter
- WxPayAdapter
- WxSupport
- KCLConfig
- XMLDocument
- WxOAthAdapter
- WxAdapterSupport
- WxBasicAdapter
- WxMenuAdapter
- WxMessageDispatcher
- IWxReceivedListener
- TreeNode
- TreeLeaf
- Tree
- Train
- IWxEventListener
- ITreeNode
- MapQueue
- DateTime
- Forest
- ICache
- IMapQueue
- ThreadUnsafe
- UnimplementedException
- Untested
- ThreadSafe
- Cache
- MultiThreadUnitTest
- Debugger
- IUnitTest
- UnitTest
- Tested
- UploadView
- TreeView
- Paging
- StringHelper
- RichText
- Video
- Music
- ListView
- Label
- KCLTag
com.knots.kcl.mvc
Class JSPView
java.lang.Object com.knots.kcl.mvc.HTMLView com.knots.kcl.mvc.JSPView
- All Implemented Interfaces:
- IView
public class JSPView
- extends HTMLView
JSP View Implementation
Constructor Summary | |
---|---|
JSPView() | |
JSPView(java.lang.String jspFile) | |
JSPView(java.lang.String jspFile, IModel dataModel) | |
JSPView(java.lang.String jspFile, IModel dataModel, java.util.Map<java.lang.String,HTMLView> partialViews) | |
JSPView(java.lang.String jspFile, IModel dataModel, java.util.Map<java.lang.String,HTMLView> partialViews, java.lang.String regionLimit) |
Method Summary | |
---|---|
IModel | getDataModel() |
java.lang.String | getPageFile() |
java.lang.String | getPostPageResult() |
java.lang.String | getPrePageResult() |
void | setDataModel(IModel dataModel) |
void | setPageFile(java.lang.String pageFile) |
void | setPostPageResult(java.lang.String postPageResult) |
void | setPrePageResult(java.lang.String prePageResult) |
Methods inherited from class com.knots.kcl.mvc.HTMLView |
---|
addPartialView, getCharsetName, getCompressEnabled, getPartialViews, getRegionLimit, render, setCharsetName, setCompressEnabled, setPartialViews, setRegionLimit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
JSPView
public JSPView()
JSPView
public JSPView(java.lang.String jspFile)
JSPView
public JSPView(java.lang.String jspFile, IModel dataModel)
JSPView
public JSPView(java.lang.String jspFile, IModel dataModel, java.util.Map<java.lang.String,HTMLView> partialViews)
JSPView
public JSPView(java.lang.String jspFile, IModel dataModel, java.util.Map<java.lang.String,HTMLView> partialViews, java.lang.String regionLimit)
Method Detail |
---|
getPageFile
public java.lang.String getPageFile()
setPageFile
public void setPageFile(java.lang.String pageFile)
getDataModel
public IModel getDataModel()
setDataModel
public void setDataModel(IModel dataModel)
getPrePageResult
public java.lang.String getPrePageResult()
setPrePageResult
public void setPrePageResult(java.lang.String prePageResult)
getPostPageResult
public java.lang.String getPostPageResult()
setPostPageResult
public void setPostPageResult(java.lang.String postPageResult)