C# 클래스 NVelocity.Runtime.Resource.ContentResource

This class represent a general text resource that may have been retrieved from any number of possible sources. Also of interest is Velocity's {@link org.apache.velocity.Template} Resource.
상속: Resource
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 메소드들

메소드 설명
ContentResource ( ) : System

Default empty constructor

Process ( ) : bool

Pull in static content and store it. @exception ResourceNotFoundException Resource could not be found.

메소드 상세

ContentResource() 공개 메소드

Default empty constructor
public ContentResource ( ) : System
리턴 System

Process() 공개 메소드

Pull in static content and store it. @exception ResourceNotFoundException Resource could not be found.
public Process ( ) : bool
리턴 bool